Skip to content

Commit 98c0018

Browse files
Enable auto-run by default in playground UI
1 parent d630038 commit 98c0018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/CompilerManagerHook.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ let useCompilerManager = (
446446
errors: [],
447447
result: FinalResult.Nothing,
448448
logs: [],
449-
autoRun: false,
449+
autoRun: true,
450450
validReactCode: false,
451451
}))
452452
| Error(errs) =>

0 commit comments

Comments
 (0)