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
Currently, we need to wrap the bubble in another component, like a Box, to make the tooltip to be displayed.
Box
The Bubble itself should be sufficient to have a Tooltip correctly displayed.
Code Sandbox
See in the Code Sandbox aforementioned
The text was updated successfully, but these errors were encountered:
We can have a story to describe the workaround as a "best practice" and see if we discover the reason behind this bug
Sorry, something went wrong.
No branches or pull requests
Bug report
Current Behavior
Currently, we need to wrap the bubble in another component, like a
Box
, to make the tooltip to be displayed.Expected behavior
The Bubble itself should be sufficient to have a Tooltip correctly displayed.
Reproducible example
Code Sandbox
Your environment
The text was updated successfully, but these errors were encountered: