Skip to content

Commit 2ced0d2

Browse files
tyao1rickhanlonii
authored andcommitted
[devtools][easy] Fix flow type (#25147)
1 parent 5952a62 commit 2ced0d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native-renderer/src/ReactNativeTypes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export type InspectorData = $ReadOnly<{|
150150
export type TouchedViewDataAtPoint = $ReadOnly<{|
151151
pointerY: number,
152152
touchedViewTag?: number,
153-
closestInstance?: Object,
153+
closestInstance?: mixed,
154154
frame: $ReadOnly<{|
155155
top: number,
156156
left: number,

0 commit comments

Comments
 (0)