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 520bc33 commit 3b0e92eCopy full SHA for 3b0e92e
src/app/components/History.tsx
@@ -36,6 +36,8 @@ const filterHooks = (data: any[]) => {
36
* @method maked3Tree :Creates a new D3 Tree
37
*/
38
39
+// main function exported to StateRoute
40
+// below we destructure the props
41
function History(props: any) {
42
const { width, height, hierarchy, dispatch, sliderIndex, viewIndex } = props;
43
0 commit comments