We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Likely an issue with React 18 running useEffect hook twice.
See here for the output snippet:
<div class="mapboxgl-map" style="height: 100%; width: 100%"> <div class="mapboxgl-canary" style="visibility: hidden"></div> <div class="mapboxgl-canvas-container mapboxgl-interactive mapboxgl-touch-drag-pan mapboxgl-touch-zoom-rotate"></div> <div class="mapboxgl-control-container"></div> <div class="mapboxgl-canary" style="visibility: hidden"></div> <div class="mapboxgl-canvas-container mapboxgl-interactive mapboxgl-touch-drag-pan mapboxgl-touch-zoom-rotate"></div> <div class="mapboxgl-control-container"></div> </div>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Likely an issue with React 18 running useEffect hook twice.
See here for the output snippet:
The text was updated successfully, but these errors were encountered: