mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Enable createRoot API in www (#11501)
This commit is contained in:
@@ -18,7 +18,7 @@ export const {
|
||||
// The rest of the flags are static for better dead code elimination.
|
||||
export const enableAsyncSubtreeAPI = true;
|
||||
export const enableReactFragment = false;
|
||||
export const enableCreateRoot = false;
|
||||
export const enableCreateRoot = true;
|
||||
|
||||
// The www bundles only use the mutating reconciler.
|
||||
export const enableMutatingReconciler = true;
|
||||
|
||||
Reference in New Issue
Block a user