-
Notifications
You must be signed in to change notification settings - Fork 40
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
checked: true throws error #8
Comments
I see this error whether |
How can I decide this problem? :( |
I got error, too |
I have the same error, do you have some solution? |
I suppose it works because it catches the actual click event. But i thought checboxes always need onChange.
|
@azizali that doesn't really seem like an enhancement, more of a bug if the demo code produces errors. I guess what I was asking for in the first place was either a fixed demo code |
There is no enchancement that can be done in demo code to remove this error. Its a bug and a natural react error that stems from lack of an onChange handler when value is present. |
The demo code creates this error when
isChecked
is set totrue
:React DOM error :
The text was updated successfully, but these errors were encountered: