Skip to content

Commit ff40a42

Browse files
author
Brian Vaughn
committed
DCE updater tracking code from Facebook production bundle
1 parent cbcbfbe commit ff40a42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/shared/forks/ReactFeatureFlags.www.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export const {
2525
enableLegacyFBSupport,
2626
deferRenderPhaseUpdateToNextBatch,
2727
enableDebugTracing,
28-
enableUpdaterTracking,
2928
skipUnmountedBoundaries,
3029
enableStrictEffects,
3130
createRootStrictEffectsByDefault,
@@ -45,6 +44,8 @@ export const enableProfilerCommitHooks = __PROFILE__;
4544
export const enableProfilerNestedUpdatePhase = __PROFILE__;
4645
export const enableProfilerNestedUpdateScheduledHook =
4746
__PROFILE__ && dynamicFeatureFlags.enableProfilerNestedUpdateScheduledHook;
47+
export const enableUpdaterTracking =
48+
__PROFILE__ && dynamicFeatureFlags.enableUpdaterTracking;
4849

4950
// Logs additional User Timing API marks for use with an experimental profiling tool.
5051
export const enableSchedulingProfiler =

0 commit comments

Comments
 (0)