diff --git a/src/common.tsx b/src/common.tsx index 0e2f63c..26d6642 100644 --- a/src/common.tsx +++ b/src/common.tsx @@ -274,11 +274,11 @@ export function ActionItem(p: { action: ActionInfo, identifierSubstring?: string -
+
`) - const root = ReactDOM.createRoot(NewWindow.document.getElementById('terminal')!) + const root = ReactDOM.createRoot(NewWindow.document.getElementById('root') as HTMLElement) root.render() }