Skip to content
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

Open
vjnathe-webonise opened this issue Jan 31, 2023 · 8 comments · May be fixed by #47
Open

Tooltip flickerring issue with React 18 #44

vjnathe-webonise opened this issue Jan 31, 2023 · 8 comments · May be fixed by #47
Assignees

Comments

@vjnathe-webonise
Copy link

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

@sshyam-gupta
Copy link
Owner

Thanks @vjnathe-webonise for reporting. Will take a look into this

@jay-recur
Copy link

@sshyam-gupta any update on this?

@sshyam-gupta
Copy link
Owner

I missed this completely, really sorry. I will look at this in this weekend.

@ajeetpatel09
Copy link

Is this resolved? I'm still facing issues.

@khushbookasnia
Copy link

@sshyam-gupta Is this issue resolved for Next js ? I am still facing this issue can you please look into it?

@ishant-sahu
Copy link

For workaround, you can add below style in globals.css

.HoverInfo {
  display: block !important;
}

@khushbookasnia
Copy link

Thanks @ishant-sahu

@rahul-m0166
Copy link

The problem here is that the cursor focus is overlapping with the HoverComponent. We need to make sure the HoverComponent is not overlapping.

.HoverInfo { position: absolute !important; top: 50% !important; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants