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

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;