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
Seems I may have resolved the issue, although not sure why!?!
My map container has a tailwind css styling on it "className="h-full w-full bg-[lightgrey]"
If I remove this style, then use the container's id and use regular css in my css file like so:
#map-container{width: 100%;
height: 100vh;}
...it seems to resolve the issue. Very weird, but it works
mapbox-gl-js version:3.7.0
browser:Chrome, Forefox, any browser
Steps to Trigger Behavior
Link to Demonstration
No example
Expected Behavior
App continues working and map displays
Actual Behavior
As soon as App is surrounded by tags, mapbox map no longer displays - everything else works fine, except map no longer visible
The text was updated successfully, but these errors were encountered: