Replies: 1 comment 9 replies
-
It uses |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all 👋
I'm using the
Button
component from react-aria-components, and I noticed that it doesn’t allow passing certain props that are valid on a native<button />
element — specifically things like:onPointerEnter
onPointerMove
onPointerLeave
Since the component renders a native
<button />
under the hood, I'm wondering:Appreciate any insights or suggestions from folks who’ve run into this. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions