We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64bbd7a commit 87b67d3Copy full SHA for 87b67d3
1 file changed
packages/shared/ReactFeatureFlags.js
@@ -17,7 +17,7 @@ export const enableDebugTracing = false;
17
18
// Adds user timing marks for e.g. state updates, suspense, and work loop stuff,
19
// for an experimental scheduling profiler tool.
20
-export const enableSchedulingProfiler = __PROFILE__ && __EXPERIMENTAL__;
+export const enableSchedulingProfiler = __PROFILE__;
21
22
// Helps identify side effects in render-phase lifecycle hooks and setState
23
// reducers by double invoking them in StrictLegacyMode.
0 commit comments