We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31bbd8 commit c89a7d6Copy full SHA for c89a7d6
src/components/tools/TextDiffView.tsx
@@ -79,7 +79,7 @@ const TextDiffView: React.FC<TextDiffViewProps> = ({
79
const diffHtml = html(diffFiles, config);
80
setDiffData(diffHtml);
81
}
82
- }, [fileDiffList]);
+ }, [id, useUI, fileDiffList, outputFormat, fileListToggle]);
83
84
return useUI ? (
85
<div id={id || 'code-diff-ui'} />
0 commit comments