Skip to content

Commit 39f0074

Browse files
author
Brian Vaughn
authored
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%
1 parent 7747a56 commit 39f0074

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/shared/forks/ReactFeatureFlags.www.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export const {
2626
enableDebugTracing,
2727
skipUnmountedBoundaries,
2828
createRootStrictEffectsByDefault,
29-
enableSuspenseLayoutEffectSemantics,
3029
enableUseRefAccessWarning,
3130
disableNativeComponentFrames,
3231
disableSchedulerTimeoutInWorkLoop,
@@ -38,6 +37,8 @@ export const {
3837
// On WWW, __EXPERIMENTAL__ is used for a new modern build.
3938
// It's not used anywhere in production yet.
4039

40+
export const enableSuspenseLayoutEffectSemantics = true;
41+
4142
export const enableStrictEffects =
4243
__DEV__ && dynamicFeatureFlags.enableStrictEffects;
4344
export const debugRenderPhaseSideEffectsForStrictMode = __DEV__;

0 commit comments

Comments
 (0)