File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,12 @@ import ComponentMap from './ComponentMap';
16
16
// import PerfView from './PerfView';
17
17
import AtomsRelationship from './AtomsRelationship.jsx' ;
18
18
import PerformanceVisx from './PerformanceVisx.tsx' ;
19
-
20
19
import Example from './AtomsRelationship.jsx' ;
21
20
import { ParentSize } from '@visx/responsive' ;
22
21
import { Console } from 'console' ;
23
22
import Legendary from './legend' ;
24
23
25
24
const History = require ( './History' ) . default ;
26
-
27
25
const ErrorHandler = require ( './ErrorHandler' ) . default ;
28
26
29
27
const NO_STATE_MSG =
@@ -48,8 +46,6 @@ interface StateRouteProps {
48
46
const StateRoute = ( props : StateRouteProps ) => {
49
47
const { snapshot, hierarchy, snapshots, viewIndex } = props ;
50
48
51
- console . log ( hierarchy )
52
-
53
49
const isRecoil = snapshot . atomsComponents ? true : false ;
54
50
const [ noRenderData , setNoRenderData ] = useState ( false ) ;
55
51
You can’t perform that action at this time.
0 commit comments