Enable createRoot API in www (#11501)
This commit is contained in:
parent
c3a529325f
commit
dc48cc38ea
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue