Skip to content

Commit

Permalink
Turn off enableSyncDefaultUpdates in test renderer (facebook#21319)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhanlonii committed Apr 20, 2021
1 parent cdb6b4c commit a3a7adb
Showing 1 changed file with 1 addition and 1 deletion.
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 a3a7adb

Please sign in to comment.