Skip to content

Commit 3e2e930

Browse files
authored
Fixes a Flow type merge conflict (#15378)
1 parent 7fc91f1 commit 3e2e930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-events/src/Press.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ function calculateResponderRegion(target, props) {
333333
}
334334

335335
function isPressWithinResponderRegion(
336-
nativeEvent: $PropertyType<ResponderEvent, 'nativeEvent'>,
336+
nativeEvent: $PropertyType<ReactResponderEvent, 'nativeEvent'>,
337337
state: PressState,
338338
): boolean {
339339
const {responderRegion} = state;

0 commit comments

Comments
 (0)