-
-
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
[Fix] no-unused-prop-types
: returns no errors when using the spread operator in JSX element
#3570
[Fix] no-unused-prop-types
: returns no errors when using the spread operator in JSX element
#3570
Conversation
no-unused-prop-types
: returns no errors when using the spread operator in JSX element
Codecov Report
@@ Coverage Diff @@
## master #3570 +/- ##
=======================================
Coverage 97.62% 97.62%
=======================================
Files 132 132
Lines 9295 9295
Branches 3400 3400
=======================================
Hits 9074 9074
Misses 221 221
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM assuming tests pass!
Looks like it's failing in eslint < 8 - perhaps the node type is different there? |
I have fixed failing tests, there are still some tests failing probably an nvm issue since nvm install failed. |
@ljharb Should we try rerunning the checks once? |
Sure, done. |
4404a66
to
747fad0
Compare
Fixes #3566