Turn on enableSyncDefaultUpdates everywhere (#21548)

This commit is contained in:
Ricky
2021-05-25 11:21:58 -04:00
committed by GitHub
parent 459c34fde6
commit 2d8d133e17
3 changed files with 3 additions and 3 deletions
@@ -59,7 +59,7 @@ export const enableUseRefAccessWarning = false;
export const enableRecursiveCommitTraversal = false;
export const disableSchedulerTimeoutInWorkLoop = false;
export const enableLazyContextPropagation = false;
export const enableSyncDefaultUpdates = false;
export const enableSyncDefaultUpdates = true;
export const allowConcurrentByDefault = true;
// Flow magic to verify the exports of this file match the original version.
@@ -58,7 +58,7 @@ export const enableUseRefAccessWarning = false;
export const enableRecursiveCommitTraversal = false;
export const disableSchedulerTimeoutInWorkLoop = false;
export const enableLazyContextPropagation = false;
export const enableSyncDefaultUpdates = false;
export const enableSyncDefaultUpdates = true;
export const allowConcurrentByDefault = true;
// Flow magic to verify the exports of this file match the original version.
@@ -58,7 +58,7 @@ export const enableUseRefAccessWarning = false;
export const enableRecursiveCommitTraversal = false;
export const disableSchedulerTimeoutInWorkLoop = false;
export const enableLazyContextPropagation = false;
export const enableSyncDefaultUpdates = false;
export const enableSyncDefaultUpdates = true;
export const allowConcurrentByDefault = true;
// Flow magic to verify the exports of this file match the original version.