From 15c2e7eac09642f3af23001c631306d5301b371c Mon Sep 17 00:00:00 2001 From: Brian Lambert Date: Thu, 30 Jan 2025 19:46:49 -0700 Subject: [PATCH] Adjust dependencies --- .../contrib/positronConsole/browser/positronConsole.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/contrib/positronConsole/browser/positronConsole.tsx b/src/vs/workbench/contrib/positronConsole/browser/positronConsole.tsx index 5bcf72570ed..02adcee7b39 100644 --- a/src/vs/workbench/contrib/positronConsole/browser/positronConsole.tsx +++ b/src/vs/workbench/contrib/positronConsole/browser/positronConsole.tsx @@ -50,7 +50,7 @@ export const PositronConsole = (props: PropsWithChildren) // Return the cleanup function that will dispose of the event handlers. return () => disposableStore.dispose(); - }, []); + }, [props.reactComponentContainer]); // Render. return (