-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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]: react-day-picker 9.0.0 release screws up Calendar component #4366
Comments
Easiest solution right now is to downgrade to 8.10.1. |
Here are my adjusted styles for the The most intriguing aspect is the change in the structure of this component, particularly the navigation between months. I am not sure if the current design is appropriate (playing with |
OK, I'm using your code. When making adjustments to my code and not finding another solution for positioning the navigation buttons, I used the z-index |
same bug (( |
npx shadcn-ui@8.10.1 add calendar |
The dependency is on react-day-picker. Go to your package.json and set the 8.10.1 there and then run npm install |
fixed here #4421 |
While waiting for the update, you can try this. https://shadcn-datetime-picker-pro.vercel.app/ ![]() |
Any update when the latest version of react-day-picker will be supported? |
any update on this? |
It will never get fixed. There are 850 open PRs with zero movement on maintenance. So you can only fix it for your own project and move on. I stopped contributing a while back. Nothing gets accepted. |
Half a year and |
Hi everyone! 👋 I’m excited to share an extension library I’ve built for shadcn/ui, which includes a You can check out the It also supports segmented date inputs using timescape. 🚀 The library also includes other handy components designed to enhance developer productivity. If you find it helpful, I’d be thrilled if you could leave a star—it really helps others discover the project. I’d love to hear your feedback or suggestions, so feel free to share your thoughts! 😊 |
I found something here: https://date-picker.luca-felix.com/ |
Have you try this one https://shadcn-datetime-picker-pro.vercel.app? |
I took a look, but I just needed the calendar styles corrected. |
This is also the recommendation in the docs. |
I think we might get lucky and get an official fix as collateral. I think they are working on a tailwind 4 migration and will touch all the components. |
Describe the bug
Currently, the component looks like this.
Fix:
You can currently fix this by downgrading react-day-picker to version 8.^
Affected component/components
Calendar, Date Picker, ...
How to reproduce
Codesandbox/StackBlitz link
No response
Logs
No response
System Info
Before submitting
The text was updated successfully, but these errors were encountered: