We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
An error is received if there are two props with same name but different cases - e.g <TextField> receives two different type of props
<TextField>
InputProps
inputProps
API - https://material-ui.com/api/text-field/
So we need to add a new rule in eslint to avoid any kind of unnecessary warnings. Docs: https://github.com/infernojs/eslint-plugin-inferno/blob/master/docs/rules/jsx-no-duplicate-props.md
The text was updated successfully, but these errors were encountered:
It won't be needed as we have a workaround for multiple props. Here is the link - mui/material-ui#10064 Closing this issue.
Sorry, something went wrong.
No branches or pull requests
An error is received if there are two props with same name but different cases -
e.g
<TextField>
receives two different type of propsInputProps
inputProps
They both are different but I still get the following error
No duplicate props allowed react/jsx-no-duplicate-props
API - https://material-ui.com/api/text-field/
So we need to add a new rule in eslint to avoid any kind of unnecessary warnings.
Docs: https://github.com/infernojs/eslint-plugin-inferno/blob/master/docs/rules/jsx-no-duplicate-props.md
The text was updated successfully, but these errors were encountered: