Replies: 1 comment 2 replies
-
From this PR where we are implementing TS examples #3710 |
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.
-
Hello
I'm trying to create a re-usable date picker component with typescript, no documentation could I find on the docs, I only saw JS examples.
I'm getting this error when trying to use the
AriaDatePickerProps
as a prop to a react component.It looks like I need to extend the
T
generic with some other types that I cannot find onreact-aria
.Is there a simple approach to this?
Beta Was this translation helpful? Give feedback.
All reactions