Closed McManning closed 1 year ago
We need to be using the onPress event handler to pass down to React Aria, but developers may still accidentally call onClick (I know I have plenty of times...). Need a TypeScript type blocker for this.
onPress
onClick
We need to be using the
onPress
event handler to pass down to React Aria, but developers may still accidentally callonClick
(I know I have plenty of times...). Need a TypeScript type blocker for this.