We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78728a4 commit f27b230Copy full SHA for f27b230
packages/shared/ReactFeatureFlags.js
@@ -128,7 +128,7 @@ export const deletedTreeCleanUpLevel = 1;
128
// Destroy layout effects for components that are hidden because something suspended in an update
129
// and recreate them when they are shown again (after the suspended boundary has resolved).
130
// Note that this should be an uncommon use case and can be avoided by using the transition API.
131
-export const enableSuspenseLayoutEffectSemantics = false;
+export const enableSuspenseLayoutEffectSemantics = true;
132
133
// --------------------------
134
// Future APIs to be deprecated
0 commit comments