Skip to content

Commit 5e9d061

Browse files
committed
merge FloatClient into DOMHostConfig
1 parent 9c54b29 commit 5e9d061

File tree

4 files changed

+1252
-1323
lines changed

4 files changed

+1252
-1323
lines changed

packages/react-dom-bindings/src/client/ReactDOMComponentTree.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* @flow
88
*/
99

10-
import type {HoistableRoot, RootResources} from './ReactDOMFloatClient';
1110
import type {Fiber} from 'react-reconciler/src/ReactInternalTypes';
1211
import type {ReactScopeInstance} from 'shared/ReactTypes';
1312
import type {
@@ -20,6 +19,8 @@ import type {
2019
Instance,
2120
SuspenseInstance,
2221
Props,
22+
HoistableRoot,
23+
RootResources,
2324
} from './ReactDOMHostConfig';
2425

2526
import {

0 commit comments

Comments
 (0)