File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ export const enableReactTestRendererWarning = __NEXT_MAJOR__;
179
179
// Disables legacy mode
180
180
// This allows us to land breaking changes to remove legacy mode APIs in experimental builds
181
181
// before removing them in stable in the next Major
182
- export const disableLegacyMode = __NEXT_MAJOR__ ;
182
+ export const disableLegacyMode = true ;
183
183
184
184
export const disableDOMTestUtils = __NEXT_MAJOR__ ;
185
185
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ const __NEXT_MAJOR__ = __EXPERIMENTAL__;
89
89
export const enableRefAsProp = __NEXT_MAJOR__ ;
90
90
export const disableStringRefs = __NEXT_MAJOR__ ;
91
91
export const enableBigIntSupport = __NEXT_MAJOR__ ;
92
- export const disableLegacyMode = __NEXT_MAJOR__ ;
92
+ export const disableLegacyMode = true ;
93
93
export const disableLegacyContext = __NEXT_MAJOR__ ;
94
94
export const disableDOMTestUtils = __NEXT_MAJOR__ ;
95
95
export const enableRenderableContext = __NEXT_MAJOR__ ;
You can’t perform that action at this time.
0 commit comments