Replies: 1 comment
-
I resolved this issue by adding this line to the top of my file: import "mapbox-gl/dist/mapbox-gl.css"; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running NextJS and React 19. When trying to display markers in accordance with this example I'm finding that the markers aren't staying above the map here:
. When zooming in and out of the map, the markers seem to distort with the zoom which indicates the layers are off to me

. Is anyone able to advise? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions