-
Notifications
You must be signed in to change notification settings - Fork 377
fix(Cards): refactor sub-component references #2935
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
Conversation
|
PatternFly-React preview: https://patternfly-react-pr-2935.surge.sh |
|
Looks like tests may have to be updated, otherwise looks good |
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 -- please fix tests
Due to patternfly#2931, rearrange the way `Card` includes the component's sub-components to match the way the `Wizard` (and all other components) does it. The new style will allow the subcomponent references to survive webpack tree shaking.
0507ca0 to
465cac2
Compare
Codecov Report
@@ Coverage Diff @@
## master #2935 +/- ##
==========================================
+ Coverage 68.94% 68.98% +0.04%
==========================================
Files 858 858
Lines 23590 23612 +22
Branches 1887 1887
==========================================
+ Hits 16263 16288 +25
+ Misses 6367 6364 -3
Partials 960 960
Continue to review full report at Codecov.
|
|
Your changes have been released in:
Thanks for your contribution! 🎉 |
Due to #2931, rearrange the way
Cardincludes the component's sub-components to match the way theWizard(and all other components) does it. The new style will allow the sub-component references to survive webpack tree shaking.