Skip to content

Commit

Permalink
Turn off enableSyncDefaultUpdates in test renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhanlonii committed Apr 20, 2021
1 parent cdb6b4c commit 3c427ad
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 3c427ad

Please sign in to comment.