Skip to content

Commit

Permalink
unify allowConcurrentByDefault
Browse files Browse the repository at this point in the history
  • Loading branch information
sammy-SC committed Feb 8, 2024
1 parent 8178287 commit 329f58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/forks/ReactFeatureFlags.native-fb.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const disableSchedulerTimeoutInWorkLoop = false;
export const enableLazyContextPropagation = false;
export const enableLegacyHidden = false;
export const forceConcurrentByDefaultForTesting = false;
export const allowConcurrentByDefault = true;
export const allowConcurrentByDefault = false;
export const enableCustomElementPropertySupport = false;

export const consoleManagedByDevToolsDuringStrictMode = false;
Expand Down

0 comments on commit 329f58d

Please sign in to comment.