Skip to content

Commit 599e50f

Browse files
sebmarkbageeps1lon
andauthored
Update packages/react-reconciler/src/ReactFiberAsyncDispatcher.js
Co-authored-by: Sebastian Silbermann <[email protected]>
1 parent c1533e5 commit 599e50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-reconciler/src/ReactFiberAsyncDispatcher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import {CacheContext} from './ReactFiberCacheComponent';
1616

1717
import {disableStringRefs} from 'shared/ReactFeatureFlags';
1818

19-
import {current as currentOwner} from 'react-reconciler/src/ReactCurrentFiber';
19+
import {current as currentOwner} from './ReactCurrentFiber';
2020

2121
function getCacheForType<T>(resourceType: () => T): T {
2222
if (!enableCache) {

0 commit comments

Comments
 (0)