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
First - thanks for this amazing tool, it's one of the best tools I've used
Bug report -
The eslint rules here have a config problem with react/jsx-no-duplicate-props - ignoreCase param should be false.
Some APIs like Material UI TextField allow different props with case differences only. In the Material UI example a TextField can get inputProps for the input dom node, and InputProps for the Input component.
So the config for this rule should have ignoreCase: false
I'll be happy to create a PR for this
Thanks
The text was updated successfully, but these errors were encountered:
First - thanks for this amazing tool, it's one of the best tools I've used
Bug report -
The eslint rules here have a config problem with react/jsx-no-duplicate-props - ignoreCase param should be false.
Some APIs like Material UI TextField allow different props with case differences only. In the Material UI example a TextField can get inputProps for the input dom node, and InputProps for the Input component.
So the config for this rule should have ignoreCase: false
I'll be happy to create a PR for this
Thanks
The text was updated successfully, but these errors were encountered: