Skip to content

Commit 2d8d133

Browse files
authored
Turn on enableSyncDefaultUpdates everywhere (#21548)
1 parent 459c34f commit 2d8d133

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const enableUseRefAccessWarning = false;
5959
export const enableRecursiveCommitTraversal = false;
6060
export const disableSchedulerTimeoutInWorkLoop = false;
6161
export const enableLazyContextPropagation = false;
62-
export const enableSyncDefaultUpdates = false;
62+
export const enableSyncDefaultUpdates = true;
6363
export const allowConcurrentByDefault = true;
6464

6565
// Flow magic to verify the exports of this file match the original version.

packages/shared/forks/ReactFeatureFlags.test-renderer.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export const enableUseRefAccessWarning = false;
5858
export const enableRecursiveCommitTraversal = false;
5959
export const disableSchedulerTimeoutInWorkLoop = false;
6060
export const enableLazyContextPropagation = false;
61-
export const enableSyncDefaultUpdates = false;
61+
export const enableSyncDefaultUpdates = true;
6262
export const allowConcurrentByDefault = true;
6363

6464
// Flow magic to verify the exports of this file match the original version.

packages/shared/forks/ReactFeatureFlags.test-renderer.www.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export const enableUseRefAccessWarning = false;
5858
export const enableRecursiveCommitTraversal = false;
5959
export const disableSchedulerTimeoutInWorkLoop = false;
6060
export const enableLazyContextPropagation = false;
61-
export const enableSyncDefaultUpdates = false;
61+
export const enableSyncDefaultUpdates = true;
6262
export const allowConcurrentByDefault = true;
6363

6464
// Flow magic to verify the exports of this file match the original version.

0 commit comments

Comments
 (0)