mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Make enableSuspenseLayoutEffectSemantics static for www (#21617)
This has been ramped up to 80% GK so the next step is to just turn it on for 100%
This commit is contained in:
@@ -26,7 +26,6 @@ export const {
|
||||
enableDebugTracing,
|
||||
skipUnmountedBoundaries,
|
||||
createRootStrictEffectsByDefault,
|
||||
enableSuspenseLayoutEffectSemantics,
|
||||
enableUseRefAccessWarning,
|
||||
disableNativeComponentFrames,
|
||||
disableSchedulerTimeoutInWorkLoop,
|
||||
@@ -38,6 +37,8 @@ export const {
|
||||
// On WWW, __EXPERIMENTAL__ is used for a new modern build.
|
||||
// It's not used anywhere in production yet.
|
||||
|
||||
export const enableSuspenseLayoutEffectSemantics = true;
|
||||
|
||||
export const enableStrictEffects =
|
||||
__DEV__ && dynamicFeatureFlags.enableStrictEffects;
|
||||
export const debugRenderPhaseSideEffectsForStrictMode = __DEV__;
|
||||
|
||||
Reference in New Issue
Block a user