Skip to content

Commit 5f36245

Browse files
adamsaugaearon
authored andcommitted
Move ReactFiberTreeReflection to react-reconciler/reflection (#11683)
* Move ReactFiberTreeReflection to react-reconciler/reflection #11659 * Use * for react-reconciler We don't know the latest local version, and release script currently doesn't bump deps automatically. * Remove unused field * Use CommonJS in entry point for consistency * Undo the CommonJS change I didn't realize it would break the build. * Record sizes * Remove reconciler fixtures They're unnecessary now that we run real tests on reconciler bundles.
1 parent 95afa5d commit 5f36245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ReactTestRenderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import type {FiberRoot} from 'react-reconciler/src/ReactFiberRoot';
1212

1313
import ReactFiberReconciler from 'react-reconciler';
1414
import {batchedUpdates} from 'events/ReactGenericBatching';
15-
import {findCurrentFiberUsingSlowPath} from 'shared/ReactFiberTreeReflection';
15+
import {findCurrentFiberUsingSlowPath} from 'react-reconciler/reflection';
1616
import emptyObject from 'fbjs/lib/emptyObject';
1717
import {
1818
Fragment,

0 commit comments

Comments
 (0)