| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report
@@ Coverage Diff @@
## master #3168 +/- ##
==========================================
- Coverage 67.52% 67.52% -0.01%
==========================================
Files 896 895 -1
Lines 25112 25057 -55
Branches 2173 2158 -15
==========================================
- Hits 16958 16920 -38
+ Misses 7141 7130 -11
+ Partials 1013 1007 -6
Continue to review full report at Codecov.
|
Sorry, something went wrong.
|
PatternFly-React preview: https://patternfly-react-pr-3168.surge.sh |
Sorry, something went wrong.
There was a problem hiding this comment.
The PR description mentions updating the examples? Was that decided against? or was it overlooked?
I'm also noticing that all the props are missing from the documentation - but I dont think that's related to this PR, thats probably an issue with building the react docs.
Sorry, something went wrong.
| @@ -0,0 +1,7 @@ | |||
| import * as React from 'react'; | |||
|
|
|||
| export function withInnerRef<R, P extends { innerRef?: React.Ref<R> }>( | |||
There was a problem hiding this comment.
I can imagine this will be very helpful, thanks!
Sorry, something went wrong.
There was a problem hiding this comment.
We should have an example, similar to the tabs "separate content" ref example. I don't necessarily see a problem, but refs cannot be passed down as props, so it would be good to also have an example for users.
Sorry, something went wrong.
There was a problem hiding this comment.
The code looks good, but have a question about using a primary button to show functionality
Sorry, something went wrong.
Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
|
Your changes have been released in:
Thanks for your contribution! 🎉 |
Sorry, something went wrong.
|
Thanks a lot 😄 🎊 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What:
closes #3153
//cc @kmcfaul @ia3andy