Skip to content

Commit fb39da4

Browse files
committed
fixup! fixup! fixup! fixup! fixup! update flow
1 parent d1eaa07 commit fb39da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-reconciler/src/ReactFiberReconciler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ type OpaqueRoot = FiberRoot;
4949

5050
export type HostConfig<T, P, I, TI, HI, PI, C, CC, CX, PL> = {
5151
getRootHostContext(rootContainerInstance: C): CX,
52-
getChildHostContext(parentHostContext: any, type: T, instance: any): CX,
52+
getChildHostContext(parentHostContext: CX, type: T, instance: ?C): CX,
5353
getPublicInstance(instance: I | TI): PI,
5454

5555
createInstance(

0 commit comments

Comments
 (0)