mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix circular dependency in TracingSubscriptions (#13689)
This commit is contained in:
committed by
Dan Abramov
parent
518812eeb8
commit
e1a067dea0
@@ -10,7 +10,7 @@
|
||||
import type {Interaction, Subscriber} from './Tracing';
|
||||
|
||||
import {enableSchedulerTracing} from 'shared/ReactFeatureFlags';
|
||||
import {__subscriberRef} from 'scheduler/tracing';
|
||||
import {__subscriberRef} from './Tracing';
|
||||
|
||||
let subscribers: Set<Subscriber> = (null: any);
|
||||
if (enableSchedulerTracing) {
|
||||
|
||||
Reference in New Issue
Block a user