Skip to content

Commit

Permalink
chore: add effect dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Caele committed Apr 25, 2023
1 parent 7aea3e2 commit 01a636c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/serve/web/components/Visualize/Visualize.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export default function Visualize() {
}

setNebbie(n);
}, [app, info, waiting]);
}, [app, info, waiting, initialized]);

useLayoutEffect(() => {
if (!nebbie) return;
Expand Down

0 comments on commit 01a636c

Please sign in to comment.