File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ export const enableComponentStackLocations = true;
4444export const enableLegacyFBSupport = false ;
4545export const enableFilterEmptyStringAttributesDOM = true ;
4646export const enableGetInspectorDataForInstanceInProduction = false ;
47- export const enableRenderableContext = false ;
4847
4948export const enableRetryLaneExpiration = false ;
5049export const retryLaneExpirationMs = 5000 ;
@@ -98,6 +97,7 @@ export const disableLegacyMode = __NEXT_MAJOR__;
9897export const disableLegacyContext = __NEXT_MAJOR__ ;
9998export const enableNewBooleanProps = __NEXT_MAJOR__ ;
10099export const disableModulePatternComponents = __NEXT_MAJOR__ ;
100+ export const enableRenderableContext = __NEXT_MAJOR__ ;
101101
102102// Flow magic to verify the exports of this file match the original version.
103103( ( ( ( null : any ) : ExportsType ) : FeatureFlagsType ) : ExportsType ) ;
You can’t perform that action at this time.
0 commit comments