We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 518812e commit e1a067dCopy full SHA for e1a067d
1 file changed
packages/scheduler/src/TracingSubscriptions.js
@@ -10,7 +10,7 @@
10
import type {Interaction, Subscriber} from './Tracing';
11
12
import {enableSchedulerTracing} from 'shared/ReactFeatureFlags';
13
-import {__subscriberRef} from 'scheduler/tracing';
+import {__subscriberRef} from './Tracing';
14
15
let subscribers: Set<Subscriber> = (null: any);
16
if (enableSchedulerTracing) {
0 commit comments