Skip to content

Commit 1330a68

Browse files
committed
[devtools][easy] Fix flow type
1 parent b798942 commit 1330a68

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)