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 c619bd0 commit cca03faCopy full SHA for cca03fa
src/app/components/ComponentMap.tsx
@@ -24,7 +24,7 @@ const ComponentMap = (props: componentMapProps) => {
24
let lastSnap: number | null = null;
25
if (viewIndex < 0) lastSnap = snapshots.length - 1;
26
else lastSnap = viewIndex;
27
-
+ console.log('inside ComnponentMap, snapshots:', snapshots)
28
//external constants
29
const width: any = '100vw';
30
const height: any = '100vh';
0 commit comments