| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
PatternFly-React preview: https://patternfly-react-pr-3102.surge.sh |
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## master #3102 +/- ##
==========================================
- Coverage 69.02% 68.94% -0.09%
==========================================
Files 858 858
Lines 23535 23473 -62
Branches 1877 1863 -14
==========================================
- Hits 16246 16184 -62
- Misses 6336 6366 +30
+ Partials 953 923 -30
Continue to review full report at Codecov.
|
Sorry, something went wrong.
Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
|
@dlabrecq - I see the pf4 docs build fails:
This is because in Gatsby document will be undefined on build To fix this, I set the appendTo default value to null and in getElement I will return document.body if it's null. Is that OK? |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What:
closes #2917
I added appendTo to both Wizard and AboutModal.
//ping @jschuler can you have a look?