-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Use the correct props to start the tooltip open #5610
Conversation
LGTM Thanks @tmeasday! |
Not sure what's happening with the build but I will merge and fix if it continues |
Codecov Report
@@ Coverage Diff @@
## next #5610 +/- ##
=======================================
Coverage ? 32.99%
=======================================
Files ? 638
Lines ? 9236
Branches ? 1313
=======================================
Hits ? 3047
Misses ? 5550
Partials ? 639
Continue to review full report at Codecov.
|
Use the correct props to start the tooltip open
Issue: #5591
The
startOpen
prop is for the statefulWithTooltipState
(ie. the one that can open and close).To get an always open one, use
tooltipOpen
on theWithTooltip
. I assume this is what you wanted @domyen?PS It seems backwards to export the stateless one as the default @ndelangen. But I guess you are against default exports full stop...