sshyam-gupta / react-datamaps-india

React Datamaps for India Region
https://react-datamaps-india.vercel.app/
MIT License
8 stars 5 forks source link

Tooltip flickerring issue with React 18 #44

Open vjnathe-webonise opened 1 year ago

vjnathe-webonise commented 1 year ago

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 commented 1 year ago

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

jay-recur commented 1 year ago

@sshyam-gupta any update on this?

sshyam-gupta commented 1 year ago

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

ajeetpatel09 commented 9 months ago

Is this resolved? I'm still facing issues.

khushi230 commented 1 month ago

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

ishant-sahu commented 1 week ago

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

.HoverInfo {
  display: block !important;
}
khushi230 commented 1 week ago

Thanks @ishant-sahu