Skip to content

Commit f158b67

Browse files
committed
true
1 parent 7d5b366 commit f158b67

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
@@ -50,7 +50,8 @@ export const enableProfilerNestedUpdateScheduledHook =
5050
export const enableUpdaterTracking = __PROFILE__;
5151

5252
export const enableSuspenseLayoutEffectSemantics = true;
53-
export const enableSuspenseAvoidThisFallback = false;
53+
export const enableSuspenseAvoidThisFallback = true;
54+
export const enableSuspenseAvoidThisFallbackFizz = false;
5455

5556
// Logs additional User Timing API marks for use with an experimental profiling tool.
5657
export const enableSchedulingProfiler =

0 commit comments

Comments
 (0)