react-native-aria icon indicating copy to clipboard operation
react-native-aria copied to clipboard

Type error on Pressable component when adding inputProps

Open CoryWritesCode opened this issue 4 years ago • 1 comments

I'm only looking to implement this component via ios/android and I just adjusted a bit from what your docs show and I'm getting this TS error. Any ideas what it could be?

image

CoryWritesCode avatar Sep 30 '21 15:09 CoryWritesCode

I get the correct props if I do

const inputProps = useRadio({ isReadOnly, isDisabled, ...props }, context, inputRef);

CoryWritesCode avatar Sep 30 '21 15:09 CoryWritesCode