Skip to content

Commit 8650d2a

Browse files
authored
Disable createRoot for open source builds (#12486)
1 parent 53fdc19 commit 8650d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/ReactFeatureFlags.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import invariant from 'fbjs/lib/invariant';
1111

1212
// Exports ReactDOM.createRoot
13-
export const enableCreateRoot = true;
13+
export const enableCreateRoot = false;
1414
export const enableUserTimingAPI = __DEV__;
1515

1616
// Mutating mode (React DOM, React ART, React Native):

0 commit comments

Comments
 (0)