Skip to content

Commit f7cdc89

Browse files
authored
Also turn off enableSyncDefaultUpdates in RN test renderer (#21293)
1 parent 4c9eb2a commit f7cdc89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/forks/ReactFeatureFlags.test-renderer.native.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 = true;
62+
export const enableSyncDefaultUpdates = false;
6363

6464
// Flow magic to verify the exports of this file match the original version.
6565
// eslint-disable-next-line no-unused-vars

0 commit comments

Comments
 (0)