Skip to content

Commit

Permalink
Disable createRoot for open source builds (facebook#12486)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored and rhagigi committed Apr 19, 2018
1 parent c0ff1bb commit a59ab18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/ReactFeatureFlags.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import invariant from 'fbjs/lib/invariant';

// Exports ReactDOM.createRoot
export const enableCreateRoot = true;
export const enableCreateRoot = false;
export const enableUserTimingAPI = __DEV__;

// Mutating mode (React DOM, React ART, React Native):
Expand Down

0 comments on commit a59ab18

Please sign in to comment.