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