-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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 [email protected] 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? |
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: