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__;
214214// when we plan to enable them.
215215// -----------------------------------------------------------------------------
216216
217- export const disableModulePatternComponents = false ;
217+ export const disableModulePatternComponents = __NEXT_MAJOR__ ;
218218
219219export const enableUseRefAccessWarning = false ;
220220
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ export const enableCreateEventHandleAPI = false;
3535export const enableSuspenseCallback = false ;
3636export const enableTrustedTypesIntegration = false ;
3737export const disableTextareaChildren = false ;
38- export const disableModulePatternComponents = false ;
3938export const enableSuspenseAvoidThisFallback = false ;
4039export const enableSuspenseAvoidThisFallbackFizz = false ;
4140export const enableCPUSuspense = false ;
@@ -101,6 +100,7 @@ export const enableBigIntSupport = __NEXT_MAJOR__;
101100export const disableLegacyMode = __NEXT_MAJOR__ ;
102101export const disableLegacyContext = __NEXT_MAJOR__ ;
103102export const enableNewBooleanProps = __NEXT_MAJOR__ ;
103+ export const disableModulePatternComponents = __NEXT_MAJOR__ ;
104104
105105// Flow magic to verify the exports of this file match the original version.
106106( ( ( ( null : any ) : ExportsType ) : FeatureFlagsType ) : ExportsType ) ;
You can’t perform that action at this time.
0 commit comments