-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
test(mixed): add test for content
prop, remove useless tests
#2144
Conversation
content
prop, remove useless tests
… add missing props
Codecov Report
@@ Coverage Diff @@
## master #2144 +/- ##
==========================================
+ Coverage 99.73% 99.73% +<.01%
==========================================
Files 151 151
Lines 2611 2624 +13
==========================================
+ Hits 2604 2617 +13
Misses 7 7
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.
Unblocked, needs conflicts resolved. |
…React into tests/content # Conflicts: # src/elements/Step/StepContent.js # src/elements/Step/StepGroup.d.ts # src/elements/Step/StepGroup.js # test/specs/views/Stastistic/Statistic-test.js # test/specs/views/Stastistic/StatisticLabel-test.js # test/specs/views/Stastistic/StatisticValue-test.js
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.
@levithomason I solved merge conflicts, ready for review 👍
Released in |
Required by #1879.
Requires #2145.
Requires #2152.
What?
In #1364 we decided that each component that has
children
should also havecontent
prop.This PR:
content
(fewer changes in feat(Ref): implementinnerRef
on all components #1879)content
prop (same as forchildren
)content
prop to all components that missing it