Skip to content

Commit

Permalink
true
Browse files Browse the repository at this point in the history
  • Loading branch information
salazarm committed Feb 1, 2022
1 parent 7d5b366 commit f158b67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/shared/forks/ReactFeatureFlags.www.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ export const enableProfilerNestedUpdateScheduledHook =
export const enableUpdaterTracking = __PROFILE__;

export const enableSuspenseLayoutEffectSemantics = true;
export const enableSuspenseAvoidThisFallback = false;
export const enableSuspenseAvoidThisFallback = true;
export const enableSuspenseAvoidThisFallbackFizz = false;

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

0 comments on commit f158b67

Please sign in to comment.