| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
PatternFly-React preview: https://patternfly-react-pr-2935.surge.sh |
Sorry, something went wrong.
|
Looks like tests may have to be updated, otherwise looks good |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM -- please fix tests
Sorry, something went wrong.
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.
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.
|
Sorry, something went wrong.
|
Your changes have been released in:
Thanks for your contribution! 🎉 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Due to #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 sub-component references to survive webpack tree shaking.