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
I'm working with "@material-ui/core": "^1.5.1" and "react": "^16.2.0". Since I am unable to get a Checkbox to render with a label (see issue #292 ), I decided to try the FormControlLabel.
When I render the following:
I'm working with
"@material-ui/core": "^1.5.1"
and"react": "^16.2.0"
. Since I am unable to get a Checkbox to render with a label (see issue #292 ), I decided to try the FormControlLabel.When I render the following:
All I get is a blank screen, indicating that this somehow failed to render. I've also tried it with a more straight-forward approach, like so:
with the same results.
The text was updated successfully, but these errors were encountered: