Commit 8bfef0d 1 parent 4a10721 commit 8bfef0d Copy full SHA for 8bfef0d
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export const enableSchedulerTracing = __PROFILE__;
36
36
export const enableSuspenseServerRenderer = false ; // TODO: __DEV__? Here it might just be false.
37
37
38
38
// Only used in www builds.
39
- export const enableSchedulerDebugging = __DEV__ ;
39
+ export const enableSchedulerDebugging = false ;
40
40
41
41
// Only used in www builds.
42
42
export function addUserTimingListener ( ) {
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ export let enableUserTimingAPI = __DEV__;
34
34
35
35
export const enableProfilerTimer = __PROFILE__ ;
36
36
export const enableSchedulerTracing = __PROFILE__ ;
37
- export const enableSchedulerDebugging = __DEV__ ; // TODO or just true
37
+ export const enableSchedulerDebugging = true ;
38
38
39
39
export const enableStableConcurrentModeAPIs = false ;
40
40
You can’t perform that action at this time.
0 commit comments