You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
WagdySamih
changed the title
Popup don't open if 2 marks have the exact coordinates
Popup don't open manually if 2 marks have the exact coordinates
Oct 9, 2023
Hello, I have the same problem. Have you solved it in some way?
Update: I had this problem because the Popup was used like a tooltip (showing the popup and setting a state on a onMouseOver). I changed it to a real Tooltip component and now I can click on the "spiderfied" marker without issue.
Hello, I have the same problem. Have you solved it in some way?
Update: I had this problem because the Popup was used like a tooltip (showing the popup and setting a state on a onMouseOver). I changed it to a real Tooltip component and now I can click on the "spiderfied" marker without issue.
So you are using tooltip now as a popup? I will propably try that too, because the problem described by @WagdySamih
exists untill now... Or do you have any fix for the popup issue?
How to reproduce
Try to have marks with the exact position same lat and long
Try to open the popup from any outside source for the same duplicated position popup
What behavior I'm expecting and which behavior I'm seeing
The popup doesn't open
Note:
The code below works totally fine if there is no clustering
The text was updated successfully, but these errors were encountered: