Skip to content

Commit dc48cc3

Browse files
authored
Enable createRoot API in www (facebook#11501)
1 parent c3a5293 commit dc48cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/rollup/shims/rollup/ReactFeatureFlags-www.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const {
1818
// The rest of the flags are static for better dead code elimination.
1919
export const enableAsyncSubtreeAPI = true;
2020
export const enableReactFragment = false;
21-
export const enableCreateRoot = false;
21+
export const enableCreateRoot = true;
2222

2323
// The www bundles only use the mutating reconciler.
2424
export const enableMutatingReconciler = true;

0 commit comments

Comments
 (0)