-
-
Notifications
You must be signed in to change notification settings - Fork 530
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
Nested elements with tooltip #1193
Comments
#1194 switches over the default events watched on the anchor to You can try it out with Let us know if that fixes the problem for you. This issue will be closed once the PR gets merged, so please leave it open for now if it does fix it. |
I cant open: example updated. |
@XDSeverussnape sorry for the delay. You should be able to open the updated example now, CodeSandbox used to create the sandboxes as public by default, I think they changed that and I didn't notice😅
You don't need to change anything. This beta version (and the future release) switches over the default events from the previous The tooltip component has the |
This solution works for me. Thank you very much for your help and quick response. We managed to solve an important issue in my project in a very short time. Thank you. |
Great to hear! You'll get a notification once we close this and publish an official release so you can upgrade, but the beta version should work fine until then, so don't worry about it. |
Fixed with https://github.com/ReactTooltip/react-tooltip/releases/tag/v5.27.0 |
Hi!
I have nested elements with tooltips
but when I move cursor from child DOM element to parent, tooltip data doesn't change
this is how it looks: https://prnt.sc/10h83bt
reproducible demo: https://codesandbox.io/p/sandbox/react-tooltip-issue-y867xh?file=%2Fsrc%2FApp.js%3A6%2C32
is there a way to solve this?
The text was updated successfully, but these errors were encountered: