Skip to content

Commit

Permalink
unify enableDeferRootSchedulingToMicrotask
Browse files Browse the repository at this point in the history
  • Loading branch information
sammy-SC committed Feb 7, 2024
1 parent b173787 commit d1a0f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/forks/ReactFeatureFlags.native-oss.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const enableFloat = true;
export const useModernStrictMode = false;
export const enableDO_NOT_USE_disableStrictPassiveEffect = false;
export const enableFizzExternalRuntime = false;
export const enableDeferRootSchedulingToMicrotask = true;
export const enableDeferRootSchedulingToMicrotask = false;

export const enableAsyncActions = false;

Expand Down

0 comments on commit d1a0f59

Please sign in to comment.