-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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] - Datepicker raises Invalid prop ref
supplied to React.Fragment
. React.Fragment can only have key
and children
props.
#4068
Comments
Also happening with React |
same bug to me. Im using individual instalation of calendar |
Also happened to me with 18.3.1 and individual installation |
Has anyone fixed this? |
from tailwindlabs/headlessui#3351 (comment) , say it only occurs in development mode. idk why, it happen in dev mode
|
The same issue |
This error is because of framer motion animation. |
When i set disableAnimation i got another error. |
It's been fixed in this PR |
When I reinstall the beta, this issue still exists. Any idea? |
Issue still exists with: {
"@nextui-org/calendar": "2.2.3"
} |
Try Passing disableAnimation to DatePicker resolve's the error for me |
Same error when |
NextUI Version
2.4.8 and 2.5-beta.11, Next15, React 19RC
Describe the bug
When hitting the calendar icon on datepicker, the datepicker popover opens and raises two errors:
Invalid prop
refsupplied to
React.Fragment. React.Fragment can only have
keyand
childrenprops.
Your Example Website or App
https://github.com/rhufsky/nextui-demo.git
Steps to Reproduce the Bug or Issue
Click on datepicker icon.
Expected behavior
Datepicker should open without errors.
Screenshots or Videos
No response
Operating System Version
MacOS
Browser
Chrome
The text was updated successfully, but these errors were encountered: