-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Some rules for prop-types are false positive in switch/case component #2118
Labels
Comments
This was referenced Jan 17, 2019
Merged
1 task
This was referenced Jan 17, 2019
chore(deps): update dependency eslint-plugin-react to v7.12.4
samouss/react-infinite-scroll-list#321
Merged
Merged
Closed
This was referenced Jan 17, 2019
Merged
This was referenced Sep 22, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example:
Code should throw 3 errors:
react/prop-types (usedProp missing in props)
react/required-default-props (for unUsedProp)
react/no-unused-prop-types (for unUsedProp)
but it seems ok for eslint
The text was updated successfully, but these errors were encountered: