Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
theZiggurat authored Nov 20, 2021
1 parent 2a61b18 commit ff86dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default function RecoilizeDebugger(props) {
const nodeSubscriptions = {};

nodes.forEach(node => {
const getDeps = [...snapshot.getDeps_UNSTABLE(node)];
const getDeps = [...snapshot.getInfo_UNSTABLE(node).deps];
nodeDeps[node.key] = getDeps.map(dep => dep.key);
});

Expand Down

0 comments on commit ff86dcb

Please sign in to comment.