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
Describe the bug
Popup is visible when the map has been filtered.
To Reproduce
Steps to reproduce the behavior:
Go to the map
Click on a marker to open the popup
Click somewhere else on the map to close the popup
Use the filters to filter markers
Note that the last popup you clicked on is open without a marker
Expected behavior
It should just filter the markers. Not open the popup you last clicked on.
Screenshots
Additional context
I quickly tried to investigate this but no luck. Would be helpful to check through the leaflet docs for methods like: closePopuppopupclose
The text was updated successfully, but these errors were encountered:
The method componentDidUpdate of the Popup component is fired everytime the filter is onChange. That seems to be why.
We need to find a way to not update the component 🤔
Describe the bug
Popup is visible when the map has been filtered.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should just filter the markers. Not open the popup you last clicked on.
Screenshots
Additional context
I quickly tried to investigate this but no luck. Would be helpful to check through the leaflet docs for methods like:
closePopup
popupclose
The text was updated successfully, but these errors were encountered: