We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 065b2ae commit b144acdCopy full SHA for b144acd
packages/compass-shell/src/components/compass-shell/tab-compass-shell.tsx
@@ -84,7 +84,8 @@ export const CompassShell: React.FC<CompassShellProps> = ({
84
const enableShell = usePreference('enableShell');
85
const canRenderShell = !!(enableShell && initialHistory && runtime);
86
87
- // initialEvaluate will only be set on the first render
+ // initialEvaluate will only be set on the first render of the browser-repl
88
+ // component
89
const initialEvaluate = useInitialEval(_initialEvaluate, canRenderShell);
90
91
const editorRef = useRef<EditorRef>(null);
0 commit comments