Skip to content

Commit 8f13427

Browse files
author
Brian Vaughn
committed
Temporarily disable Profiler commit hooks flag to verify it does not cause a regression.
1 parent 9453ea4 commit 8f13427

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/shared/forks/ReactFeatureFlags.www-dynamic.js

-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ export const decoupleUpdatePriorityFromScheduler = __VARIANT__;
2121
export const skipUnmountedBoundaries = __VARIANT__;
2222
export const enableEagerRootListeners = !__VARIANT__;
2323

24-
// These are already tested explicitly in ReactProfiler-test.internal,
25-
// so we don't need to use __VARIANT__ to get extra coverage.
26-
export const enableProfilerCommitHooks = false;
27-
2824
// Enable this flag to help with concurrent mode debugging.
2925
// It logs information to the console about React scheduling, rendering, and commit phases.
3026
//

0 commit comments

Comments
 (0)