Replies: 1 comment 4 replies
-
Can you provide a bit more information about what build tool you're using? I know there have seen similar looking issues with Next.js 12, like this: #4894 |
Beta Was this translation helpful? Give feedback.
4 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.
-
I am using the useTimeField hook to crate a TimeField-component in my component library with Storybook.
The code is almost the same like in the Example here:
https://react-spectrum.adobe.com/react-aria/useTimeField.html
but I was not sure about the Props so I did it like this:
TimeField.tsx
The component is being exported at the top index.ts
It works works fine in Storybook, but when I try to use the component in my Frontend I get this error:
package.json dependencies:
peerDependencies :
Beta Was this translation helpful? Give feedback.
All reactions