Closed an-dekhtyar closed 1 month ago
I have the same problem with the same version and I included the styles in this way:
import "maplibre-gl/dist/maplibre-gl.css";
` return (
); }`
The first time I click the marker the popupShows But after that it doesnǘt show anymore
Any idea?
Description
After update libs "mapbox-gl": "3.7.0", "react-map-gl": "7.1.7",
The popup is no longer displayed on the map. Popup without any special styles. Text. At the input it receives longitude and latitude offset and anchor. But in the structure it’s like outside the browser window. I created a Marker next to it with the same coordinates and props. It is displayed correctly.
Expected Behavior
No response
Steps to Reproduce
create popup
Environment
Logs
No response