File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const ComponentMap = (props: componentMapProps) => {
29
29
const width : any = '100vw' ;
30
30
const height : any = '100vh' ;
31
31
let data : Object = snapshots [ lastSnap ] ;
32
-
32
+ console . log ( 'inside ComponentMap, data' , data )
33
33
useEffect ( ( ) => {
34
34
document . getElementById ( 'canvas' ) . innerHTML = '_' ;
35
35
setZoomState ( d3 . zoomTransform ( d3 . select ( '#canvas' ) . node ( ) ) ) ;
Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ function createTree(
341
341
} else {
342
342
newNode = tree ;
343
343
}
344
-
344
+ console . log ( 'inside LinkFiber, circularComponentTable:' , circularComponentTable ) ;
345
345
// Recurse on children
346
346
if ( child && ! circularComponentTable . has ( child ) ) {
347
347
// If this node had state we appended to the children array,
You can’t perform that action at this time.
0 commit comments