-
Notifications
You must be signed in to change notification settings - Fork 103
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
Bump flatpickr to 4.6.13 (fix issues) #195
Comments
Thank you for your answer. Would you know why Before upgrade:
Then I upgrade react-flatpickr:
After:
|
That's unfortunately a bug in yarn yarnpkg/yarn#4986. The best solution I know about if you want to update it selectively is to delete the Sorry about that! |
Hi,
Thanks for react-flatpickr, it's really nice!
Several bugs were fixed in flatpickr version 4.6.13 (in my case in particular the change event being fired twice).
The react-flatpickr yarn.lock file defines version 4.6.9: in the lockfile: https://github.com/haoxins/react-flatpickr/blob/master/yarn.lock#L4035, which means we still have the issue.
We can fix the issue with
but it would be nice if you could please bump the version to 4.6.13 so that we don't have to use the resolutions hack.
?
The text was updated successfully, but these errors were encountered: