Enable createRoot API in www (#11501)

This commit is contained in:
Clement Hoang 2017-11-09 15:33:49 +00:00 committed by GitHub
parent c3a529325f
commit dc48cc38ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;