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 3808a3d commit c8a9a0bCopy full SHA for c8a9a0b
src/app/components/Diff.tsx
@@ -2,11 +2,8 @@ import React from 'react';
2
import { diff, formatters } from 'jsondiffpatch';
3
import ReactHtmlParser from 'react-html-parser';
4
import { useStoreContext } from '../store';
5
+import { DiffProps } from '../components/FrontendTypes';
6
-interface DiffProps {
7
- snapshot: { state?: Record<string, unknown> };
8
- show?: boolean | undefined;
9
-}
10
/**
11
* Displays tree showing specific two versions of tree
12
* one with specific state changes, the other the whole tree
0 commit comments