You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added react ^19 and ^19.0.0-rc as peer dependency.
Some projects like Next.js already utilize react 19 release candidate, so that installing react-datepicker can only be done with `--legacy-peer-deps`.
I have tested the `react-datepicker` with Next.js and react 19 release candidate and it works.
So I have added react ^19 and ^19.0.0-rc as peer dep
0 commit comments