Commit 31429ac 1 parent 3517bd9 commit 31429ac Copy full SHA for 31429ac
File tree 1 file changed +7
-3
lines changed
packages/react-reconciler/src
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,17 @@ import type {
19
19
Wakeable ,
20
20
Usable ,
21
21
} from 'shared/ReactTypes' ;
22
- import type { SuspenseInstance } from './ReactFiberHostConfig' ;
23
22
import type { WorkTag } from './ReactWorkTags' ;
24
23
import type { TypeOfMode } from './ReactTypeOfMode' ;
25
24
import type { Flags } from './ReactFiberFlags' ;
26
25
import type { Lane , Lanes , LaneMap } from './ReactFiberLane.old' ;
27
26
import type { RootTag } from './ReactRootTags' ;
28
- import type { TimeoutHandle , NoTimeout } from './ReactFiberHostConfig' ;
27
+ import type {
28
+ Container ,
29
+ TimeoutHandle ,
30
+ NoTimeout ,
31
+ SuspenseInstance ,
32
+ } from './ReactFiberHostConfig' ;
29
33
import type { Cache } from './ReactFiberCacheComponent.old' ;
30
34
// Doing this because there's a merge conflict because of the way sync-reconciler-fork
31
35
// is implemented
@@ -210,7 +214,7 @@ type BaseFiberRootProperties = {
210
214
tag : RootTag ,
211
215
212
216
// Any additional information from the host associated with this root.
213
- containerInfo : any ,
217
+ containerInfo : Container ,
214
218
// Used only by persistent updates.
215
219
pendingChildren : any ,
216
220
// The currently active root fiber. This is the mutable root of the tree.
You can’t perform that action at this time.
0 commit comments