-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
react/require-default-props not support type params of React Component #1724
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
Labels
Comments
Fixed by #1733. |
This was referenced May 12, 2018
This was referenced Sep 22, 2018
Open
Closed
This was referenced Oct 25, 2018
This was referenced Nov 4, 2018
This was referenced Nov 23, 2018
1 task
1 task
This was referenced Dec 21, 2018
This was referenced Jan 2, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When we define Component prop types like this:
We don't get error like this:
To get this error we need to define component like this:
eslint v:
^4.17.0
eslint-plugin-react v:
^7.6.1
The text was updated successfully, but these errors were encountered: