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 8587f0d commit 2e85187Copy full SHA for 2e85187
packages/browser-repl/src/components/shell.tsx
@@ -111,7 +111,7 @@ interface ShellProps {
111
/**
112
* A set of input strings to evaluate right after shell is mounted
113
*/
114
- initialEvaluate?: string | string[]; // TODO: rename
+ initialEvaluate?: string | string[];
115
116
117
* Initial value in the shell input field
0 commit comments