-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Getting errors such as:
react-dom.inc.js:526 Warning: Expected onMouseUp
listener to be a function, instead got false
.
If you used to conditionally omit it with onMouseUp={condition && value}, pass onMouseUp={condition ? value : undefined} instead.
in input (created by EnhancedSwitch)
in div (created by EnhancedSwitch)
in EnhancedSwitch (created by Toggle)
in Toggle (created by components.groups.page/Form)
in div (created by components.groups.page/Form)
in div (created by components.groups.page/Form)
in div (created by components.groups.page/Form)
with latest react versions. Which seems to be fixed in later material-ui versions such as 0.19.4
Metadata
Metadata
Assignees
Labels
No labels