We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e5626c commit 526c12fCopy full SHA for 526c12f
packages/shared/forks/ReactFeatureFlags.www.js
@@ -39,7 +39,7 @@ export const {
39
export let enableUserTimingAPI = __DEV__ && !__EXPERIMENTAL__;
40
41
export const enableProfilerTimer = __PROFILE__;
42
-export const enableProfilerCommitHooks = false;
+export const enableProfilerCommitHooks = __PROFILE__;
43
export const enableSchedulerTracing = __PROFILE__;
44
export const enableSchedulerDebugging = true;
45
0 commit comments