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 4971337 commit 6b9c1d1Copy full SHA for 6b9c1d1
packages/react-reconciler/src/ReactFiberClassUpdateQueue.js
@@ -108,7 +108,7 @@ import {
108
ShouldCapture,
109
DidCapture,
110
} from './ReactFiberFlags';
111
-import getComponentNameFromFiber from 'react-reconciler/src/getComponentNameFromFiber';
+import getComponentNameFromFiber from './getComponentNameFromFiber';
112
113
import {debugRenderPhaseSideEffectsForStrictMode} from 'shared/ReactFeatureFlags';
114
0 commit comments