-
-
Notifications
You must be signed in to change notification settings - Fork 533
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
[BUG] Unexpected behavior with delayShow
#1119
Comments
@dsims01 watch this issue so you're notified when it's fixed. |
Forgot to mention, a viable workaround is to also set |
I've had the same issue. |
Feel free to test it out until we are ready to release an official version. |
Fixed on official release |
Bug description
delayShow={1000}
results in unexpected behavior when hovering between anchor elements.Version of Package
v5.22.0
To Reproduce
Hover between two anchor elements that share a tooltip with a value set for
delayShow
. The tooltip will change to the second anchor element before closing.Expected behavior
Two options:
I lean towards 1.
Additional context
CodeSandbox sample: https://codesandbox.io/s/frosty-noether-y4m79q?file=/src/App.js
#1114 related
The text was updated successfully, but these errors were encountered: