Replies: 1 comment 2 replies
-
Seems to work ok in this sandbox: https://codesandbox.io/s/upbeat-matsumoto-vh8iuv?file=/src/App.tsx, maybe something with the config? Also strange that it is complaining about |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What is the best way to extend an react-aria type?
Seems to throw type error:
Argument of type 'ButtonProps' is not assignable to parameter of type 'AriaButtonProps<ElementType<any>>'. Types of property ''aria-expanded'' are incompatible.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions