Compare commits

...

1 Commits

Author SHA1 Message Date
Lauren Tan d5c4fe2d43 Temporarily disable enableDeferRootSchedulingToMicrotask to unblock sync 2023-04-04 10:48:56 -04:00
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ export const enableHostSingletons = true;
export const useModernStrictMode = false;
export const enableFizzExternalRuntime = false;
export const enableDeferRootSchedulingToMicrotask = true;
export const enableDeferRootSchedulingToMicrotask = false;
// Flow magic to verify the exports of this file match the original version.
((((null: any): ExportsType): FeatureFlagsType): ExportsType);