-
-
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
Document #3008 adds a test to no-unused-prop-types #3023
base: master
Are you sure you want to change the base?
Conversation
- to figure out why there's a false positive - adds easy way to keep investivating issue - No side effects
Nice, Great job! Would you please check if this is a case of SFC The example in the doc is using flow but the same should apply to TS. Ie if you try to use this prop not within a function would there still be an error? |
This is an SFC, but the place being warned on is a render prop - which isn't a component. |
59af733
to
865ed16
Compare
069314a
to
181c68f
Compare
Codecov Report
@@ Coverage Diff @@
## master #3023 +/- ##
==========================================
- Coverage 97.58% 94.52% -3.06%
==========================================
Files 130 130
Lines 9218 9218
Branches 3341 3341
==========================================
- Hits 8995 8713 -282
- Misses 223 505 +282
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
380e32c
to
51d342b
Compare
#3008 request to add a test for maintainers
@DianaSuvorova