-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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: Enable ESLint rule default-props-match-prop-types #11058
fix: Enable ESLint rule default-props-match-prop-types #11058
Conversation
@graceguo-supercat It fixes a bug reported by you, can you please take a look? |
Codecov Report
@@ Coverage Diff @@
## master #11058 +/- ##
==========================================
- Coverage 65.79% 60.99% -4.81%
==========================================
Files 816 816
Lines 38422 38402 -20
Branches 3621 3621
==========================================
- Hits 25280 23422 -1858
- Misses 13034 14794 +1760
- Partials 108 186 +78
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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, but I'd love to get a thumbs up from @graceguo-supercat before merging this one. Thanks for the test addition!
* Re-enable ESLint rule default-props-match-props-types * Add cypress test for switching tabs * fix * Typo fix * Test fix
SUMMARY
Fixes a bug introduced in #10868 (reverted by #11050)
Cypress test was added to make sure that the tabs switch correctly.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TEST PLAN
ADDITIONAL INFORMATION