We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Tooltip stories no longer appear by default and are not clickable
To Reproduce Steps to reproduce the behavior:
startOpen
Expected behavior The tooltips should appear "open", i.e., shown, because of the startOpen prop which is passed through WithTooltip.
WithTooltip
Screenshots This is what the stories currently look like.
cc @tmeasday wrote the first version of WithTooltip and @ndelangen refactored it for SB 5.0
The text was updated successfully, but these errors were encountered:
Fixed by #5610
Sorry, something went wrong.
Boo-yah!! I just released https://github.com/storybooks/storybook/releases/tag/v5.0.0-rc.2 containing PR #5610 that references this issue. Upgrade today to try it out!
Because it's a pre-release you can find it on the @next NPM tag.
@next
tmeasday
No branches or pull requests
Describe the bug
Tooltip stories no longer appear by default and are not clickable
To Reproduce
Steps to reproduce the behavior:
startOpen
prop.Expected behavior
The tooltips should appear "open", i.e., shown, because of the
startOpen
prop which is passed throughWithTooltip
.Screenshots
This is what the stories currently look like.
cc @tmeasday wrote the first version of WithTooltip and @ndelangen refactored it for SB 5.0
The text was updated successfully, but these errors were encountered: