Skip to content
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

React 17 onChange handler is recieving SyntheticBaseEvent. Crashes app. #127

Closed
viperfx opened this issue Oct 8, 2021 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@viperfx
Copy link

viperfx commented Oct 8, 2021

On latest version (4.2.1), onChange handler got a "value" which was a string in the format of HH:MM. Now it gets a SyntheticBaseEvent and no way to access the HH:MM value.

This happens on React 17.0.2

@wojtekmaj
Copy link
Owner

Fixed in 960c05c.

@wojtekmaj wojtekmaj added the bug Something isn't working label Oct 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants