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
I've just bumped into the same issue, trying to display numerous React components wrapped in markers using v1.1.4
What has worked for me is setting the position to "absolute" on the div rendered by the marker.
The component offers a ref to the underlying div so you can set the style accordingly.
Hope this helps someone.
Great lib the only problem I have so far is When zoomed the marker moves from its correct position. Thanks!
it seems that this problem is NextJS specific. PaulLeCam/react-leaflet#808 (comment) does not resolve the issue.
The text was updated successfully, but these errors were encountered: