| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
PatternFly-React preview: https://patternfly-react-pr-3370.surge.sh |
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## master #3370 +/- ##
==========================================
- Coverage 67.53% 67.52% -0.02%
==========================================
Files 897 897
Lines 25120 25124 +4
Branches 2173 2173
==========================================
Hits 16966 16966
- Misses 7141 7145 +4
Partials 1013 1013
Continue to review full report at Codecov.
|
Sorry, something went wrong.
| zIndex?: number; | ||
| /** additional Props to pass through to tippy.js */ | ||
| tippyProps?: TippyProps; | ||
| tippyProps?: object; |
There was a problem hiding this comment.
Are Tippy's types no longer working? Avoiding object would be nice for consumers.
Sorry, something went wrong.
There was a problem hiding this comment.
there are like 43 required TippyProps. So in the tests, for example, we tried only passing two tippy props, we get a type error.
Sorry, something went wrong.
There was a problem hiding this comment.
Does Partial<TippyProps> work?
Sorry, something went wrong.
|
Thanks Nicole! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Addresses: #3252