Skip to content

Commit

Permalink
Allow decoupleUpdatePriorityFromScheduler to be set (facebook#19272)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhanlonii authored and trueadm committed Jul 8, 2020
1 parent 2f7b2b8 commit c001afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/forks/ReactFeatureFlags.www.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const {
enableFilterEmptyStringAttributesDOM,
enableLegacyFBSupport,
deferRenderPhaseUpdateToNextBatch,
decoupleUpdatePriorityFromScheduler,
} = dynamicFeatureFlags;

// On WWW, __EXPERIMENTAL__ is used for a new modern build.
Expand Down Expand Up @@ -75,7 +76,6 @@ export const warnUnstableRenderSubtreeIntoContainer = false;
// don't have to add another test dimension. The build system will compile this
// to the correct value.
export const enableNewReconciler = __VARIANT__;
export const decoupleUpdatePriorityFromScheduler = __VARIANT__;

// TODO: This does not currently exist in the new reconciler fork.
export const enableDebugTracing = !__VARIANT__;
Expand Down

0 comments on commit c001afb

Please sign in to comment.