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 d5c2e29 commit 48c5d32Copy full SHA for 48c5d32
src/components/Editor.tsx
@@ -25,8 +25,6 @@ const Editor = forwardRef<MakeCodeFrameDriver, EditorProps>(function Editor(
25
return (
26
<MakeCodeFrame
27
ref={ref}
28
- // TODO: Remove version and use the default once our sim extension is live there.
29
- version="beta"
30
controllerId={controllerId}
31
controller={2}
32
initialProjects={initialProjects}
0 commit comments