Skip to content

Commit

Permalink
Adjust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
softwarenerd committed Jan 31, 2025
1 parent dc597ca commit 15c2e7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const PositronConsole = (props: PropsWithChildren<PositronConsoleProps>)

// Return the cleanup function that will dispose of the event handlers.
return () => disposableStore.dispose();
}, []);
}, [props.reactComponentContainer]);

// Render.
return (
Expand Down

0 comments on commit 15c2e7e

Please sign in to comment.