-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] - Date Picker value prop throws type error #3148
Comments
looks like this |
@wingkwong, even when not using |
sounds weird. can you setup a stackblitz project? I couldn't reproduce the issue on my side. |
Okay, after some digging into Maybe updating the docs would suffice? p/s: NextJS 14 did not like stackblitz 😅. |
Thanks. I'll have a look tomorrow. p.s. next14 uses swc and it fails in stackblitz. we use codesandbox for next14 apps. |
NextUI Version
2.4.0
Describe the bug
Currently using:
"next": "^14.2.3"
"@internationalized/date": "^3.5.4"
Also referred to a previous Bug report but I am already type casting the
useState
.Code:
Other things of note:
yarn dev
yarn build
fails due to the errorYour Example Website or App
No response
Steps to Reproduce the Bug or Issue
NextUI
v2.4.0@internationalized/date
v3.5.4Expected behavior
Not expecting type errors
Screenshots or Videos
Operating System Version
macOS
Browser
Chrome
The text was updated successfully, but these errors were encountered: