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
Popup closes smoothly when closed with close button or by clicking on map.
Actual behavior
Popup closes, however, it flickers / shows an empty popup for a split second.
Steps to reproduce
I did the same thing as in this answer: stackoverflow
The answer contains a working example: jsfiddle The example uses an older version of react, we use react 18.2.0. However, the problem stays the same: you see the empty popup frame for a split second when closing the popup with the close button ("X")
The example in the docs wraps the Popup within a Marker. I tried that in the jsfiddle, the popup still flickers when closed.
The text was updated successfully, but these errors were encountered:
Bug report in v4.0.2
Expected behavior
Popup closes smoothly when closed with close button or by clicking on map.
Actual behavior
Popup closes, however, it flickers / shows an empty popup for a split second.
Steps to reproduce
I did the same thing as in this answer: stackoverflow
The answer contains a working example: jsfiddle The example uses an older version of react, we use react 18.2.0. However, the problem stays the same: you see the empty popup frame for a split second when closing the popup with the close button ("X")
The example in the docs wraps the Popup within a Marker. I tried that in the jsfiddle, the popup still flickers when closed.
The text was updated successfully, but these errors were encountered: