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

Warning: the key (...) provided to the classes property is not implemented in FormControl #98

Open
ffflorian opened this issue Mar 11, 2019 · 0 comments
Assignees

Comments

@ffflorian
Copy link
Owner

Currently our tests warn us with the following errors:

console.error node_modules/warning/warning.js:34
  Warning: Material-UI: the key `grid` provided to the classes property is not implemented in FormControl.
  You can only override one of the following: root,marginNormal,marginDense,fullWidth.

console.error node_modules/warning/warning.js:34
  Warning: Material-UI: the key `gridItem` provided to the classes property is not implemented in FormControl.
  You can only override one of the following: root,marginNormal,marginDense,fullWidth.

console.error node_modules/warning/warning.js:34
  Warning: Material-UI: the key `paper` provided to the classes property is not implemented in FormControl.
  You can only override one of the following: root,marginNormal,marginDense,fullWidth.

console.error node_modules/warning/warning.js:34
  Warning: Material-UI: the key `textArea` provided to the classes property is not implemented in FormControl.
  You can only override one of the following: root,marginNormal,marginDense,fullWidth.

console.error node_modules/warning/warning.js:34
  Warning: Material-UI: the key `textField` provided to the classes property is not implemented in FormControl.
  You can only override one of the following: root,marginNormal,marginDense,fullWidth.

console.error node_modules/warning/warning.js:34
  Warning: Material-UI: the key `grid` provided to the classes property is not implemented in FormControl.
  You can only override one of the following: root,marginNormal,marginDense,fullWidth.

console.error node_modules/warning/warning.js:34
  Warning: Material-UI: the key `gridItem` provided to the classes property is not implemented in FormControl.
  You can only override one of the following: root,marginNormal,marginDense,fullWidth.

console.error node_modules/warning/warning.js:34
  Warning: Material-UI: the key `paper` provided to the classes property is not implemented in FormControl.
  You can only override one of the following: root,marginNormal,marginDense,fullWidth.

console.error node_modules/warning/warning.js:34
  Warning: Material-UI: the key `textArea` provided to the classes property is not implemented in FormControl.
  You can only override one of the following: root,marginNormal,marginDense,fullWidth.

console.error node_modules/warning/warning.js:34
  Warning: Material-UI: the key `textField` provided to the classes property is not impleented in FormControl.
  You can only override one of the following: root,marginNormal,marginDense,fullWidth.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants