Skip to content

Commit f27b230

Browse files
author
Brian Vaughn
committed
Enable enableSuspenseLayoutEffectSemantics for OSS flags
1 parent 78728a4 commit f27b230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/ReactFeatureFlags.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export const deletedTreeCleanUpLevel = 1;
128128
// Destroy layout effects for components that are hidden because something suspended in an update
129129
// and recreate them when they are shown again (after the suspended boundary has resolved).
130130
// Note that this should be an uncommon use case and can be avoided by using the transition API.
131-
export const enableSuspenseLayoutEffectSemantics = false;
131+
export const enableSuspenseLayoutEffectSemantics = true;
132132

133133
// --------------------------
134134
// Future APIs to be deprecated

0 commit comments

Comments
 (0)