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 f7f1754 commit fd2b5f2Copy full SHA for fd2b5f2
src/app/components/StateRoute/ComponentMap/ComponentMap.tsx
@@ -250,8 +250,6 @@ export default function ComponentMap({
250
const contextProvidersOnly = keepContextAndProviderNodes(currentSnapshot);
251
console.log('context only', contextProvidersOnly);
252
253
- collectNodes(contextProvidersOnly);
254
-
255
// @ts
256
// find the node that has been selected and use it as the root
257
let startNode = null;
0 commit comments