Skip to content

Commit

Permalink
Also turn off enableSyncDefaultUpdates in RN test renderer (#21293)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhanlonii committed Apr 15, 2021
1 parent 4c9eb2a commit f7cdc89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const enableUseRefAccessWarning = false;
export const enableRecursiveCommitTraversal = false;
export const disableSchedulerTimeoutInWorkLoop = false;
export const enableLazyContextPropagation = false;
export const enableSyncDefaultUpdates = true;
export const enableSyncDefaultUpdates = false;

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

0 comments on commit f7cdc89

Please sign in to comment.