-
Notifications
You must be signed in to change notification settings - Fork 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]: Calender in Shadcn not working properly #6151
Comments
try installing v8 of |
Either downgrade to v8 or use the code with fixed classes as stated here: #5799 (comment) |
Same problem, but in |
What does it mean? Provide more information pls. |
In my case, in the new version for some reason (I did not investigate), the calendar styles did not load well (the dates were disordered, in the version I mentioned components={{
IconLeft: ({ ...props }) => <ChevronLeftIcon className='h-4 w-4' />,
IconRight: ({ ...props }) => <ChevronRightIcon className='h-4 w-4' />
}} They do not exist in the new version (or changed the way to use it). |
Describe the bug
when we used shadcn components, one component calender component not working properly.
Affected component/components
Calendar
How to reproduce
go to shadcn library where you search calender component ..
Codesandbox/StackBlitz link
No response
Logs
No response
System Info
Before submitting
The text was updated successfully, but these errors were encountered: