-
Notifications
You must be signed in to change notification settings - Fork 6
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
Tooltip flickerring issue with React 18 #44
Comments
Thanks @vjnathe-webonise for reporting. Will take a look into this |
@sshyam-gupta any update on this? |
I missed this completely, really sorry. I will look at this in this weekend. |
Is this resolved? I'm still facing issues. |
@sshyam-gupta Is this issue resolved for Next js ? I am still facing this issue can you please look into it? |
For workaround, you can add below style in globals.css
|
Thanks @ishant-sahu |
The problem here is that the cursor focus is overlapping with the HoverComponent. We need to make sure the HoverComponent is not overlapping.
|
Tooltip positioning issue resulting in flickering the tooltip, this was resolved when i downgraded to react 17 in my app. Same issue can be observed in given sandbox using react18: https://codesandbox.io/s/tender-river-tx7cen
The text was updated successfully, but these errors were encountered: