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
-
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
![image](https://private-user-images.githubusercontent.com/97849857/399212844-ad9086af-4156-448b-b1b3-941f706fc723.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNjI4NzIsIm5iZiI6MTczOTE2MjU3MiwicGF0aCI6Ii85Nzg0OTg1Ny8zOTkyMTI4NDQtYWQ5MDg2YWYtNDE1Ni00NDhiLWIxYjMtOTQxZjcwNmZjNzIzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDA0NDI1MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWEyN2M2NTMxNDQ0MGI4MWM4MDgwMmU4ZTdmZTdmNTg5MzczOGU4MDA3YzU5YzJkNmQ1MTE5OWQ4YWY1YTViNTAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.DCXf_zLk5EbKLPYw40KEzFc0B8kxdw-t_I2TphZ78Qc)
. Is anyone able to advise? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions