Skip to content

Commit 4e81bba

Browse files
committed
unify allowConcurrentByDefault
1 parent 69c38d6 commit 4e81bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export const enableLazyContextPropagation = false;
6262
export const enableLegacyHidden = true;
6363
export const forceConcurrentByDefaultForTesting = false;
6464
export const enableUnifiedSyncLane = true;
65-
export const allowConcurrentByDefault = false;
65+
export const allowConcurrentByDefault = true;
6666
export const enableCustomElementPropertySupport = false;
6767

6868
export const consoleManagedByDevToolsDuringStrictMode = false;

0 commit comments

Comments
 (0)