File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 1010import typeof * as FeatureFlagsType from 'shared/ReactFeatureFlags' ;
1111import typeof * as ExportsType from './ReactFeatureFlags.native-oss' ;
1212
13+ // -----------------------------------------------------------------------------
14+ // Ready for next major.
15+ //
16+ // Alias __NEXT_MAJOR__ to false for easier skimming.
17+ // -----------------------------------------------------------------------------
18+ const __NEXT_MAJOR__ = false ;
19+
1320export const debugRenderPhaseSideEffectsForStrictMode = __DEV__ ;
1421export const enableDebugTracing = false ;
1522export const enableAsyncDebugInfo = false ;
@@ -18,7 +25,7 @@ export const enableProfilerTimer = __PROFILE__;
1825export const enableProfilerCommitHooks = __PROFILE__ ;
1926export const enableProfilerNestedUpdatePhase = __PROFILE__ ;
2027export const enableUpdaterTracking = __PROFILE__ ;
21- export const enableCache = true ;
28+ export const enableCache = __NEXT_MAJOR__ ;
2229export const enableLegacyCache = false ;
2330export const enableCacheElement = true ;
2431export const enableFetchInstrumentation = false ;
You can’t perform that action at this time.
0 commit comments