Skip to content

Commit 8c6b970

Browse files
committed
unify allowConcurrentByDefault
1 parent 69c38d6 commit 8c6b970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/forks/ReactFeatureFlags.native-fb.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export const disableSchedulerTimeoutInWorkLoop = false;
7676
export const enableLazyContextPropagation = false;
7777
export const enableLegacyHidden = true;
7878
export const forceConcurrentByDefaultForTesting = false;
79-
export const allowConcurrentByDefault = true;
79+
export const allowConcurrentByDefault = false;
8080
export const enableCustomElementPropertySupport = false;
8181

8282
export const consoleManagedByDevToolsDuringStrictMode = false;

0 commit comments

Comments
 (0)