Skip to content

Commit 4f2a453

Browse files
committed
filtered context hooks from tree
1 parent 5a25feb commit 4f2a453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/StateRoute/ComponentMap/ComponentMap.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ export default function ComponentMap({
250250
const contextProvidersOnly = keepContextAndProviderNodes(currentSnapshot);
251251
console.log('context only', contextProvidersOnly);
252252

253-
collectNodes(filtered);
253+
collectNodes(contextProvidersOnly);
254254

255255
// @ts
256256
// find the node that has been selected and use it as the root

0 commit comments

Comments
 (0)