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 @@ -214,7 +214,7 @@ export const enableNewBooleanProps = __NEXT_MAJOR__;
214
214
// when we plan to enable them.
215
215
// -----------------------------------------------------------------------------
216
216
217
- export const disableModulePatternComponents = false ;
217
+ export const disableModulePatternComponents = __NEXT_MAJOR__ ;
218
218
219
219
export const enableUseRefAccessWarning = false ;
220
220
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ export const enableCreateEventHandleAPI = false;
35
35
export const enableSuspenseCallback = false ;
36
36
export const enableTrustedTypesIntegration = false ;
37
37
export const disableTextareaChildren = false ;
38
- export const disableModulePatternComponents = false ;
39
38
export const enableSuspenseAvoidThisFallback = false ;
40
39
export const enableSuspenseAvoidThisFallbackFizz = false ;
41
40
export const enableCPUSuspense = false ;
@@ -101,6 +100,7 @@ export const enableBigIntSupport = __NEXT_MAJOR__;
101
100
export const disableLegacyMode = __NEXT_MAJOR__ ;
102
101
export const disableLegacyContext = __NEXT_MAJOR__ ;
103
102
export const enableNewBooleanProps = __NEXT_MAJOR__ ;
103
+ export const disableModulePatternComponents = __NEXT_MAJOR__ ;
104
104
105
105
// Flow magic to verify the exports of this file match the original version.
106
106
( ( ( ( null : any ) : ExportsType ) : FeatureFlagsType ) : ExportsType ) ;
You can’t perform that action at this time.
0 commit comments