We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b798942 commit 1330a68Copy full SHA for 1330a68
packages/react-native-renderer/src/ReactNativeTypes.js
@@ -150,7 +150,7 @@ export type InspectorData = $ReadOnly<{|
150
export type TouchedViewDataAtPoint = $ReadOnly<{|
151
pointerY: number,
152
touchedViewTag?: number,
153
- closestInstance?: Object,
+ closestInstance?: mixed,
154
frame: $ReadOnly<{|
155
top: number,
156
left: number,
0 commit comments