Skip to content
New issue

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

React v18: Map container is being appended to DOM twice #1006

Open
jtaccinelli opened this issue Jun 2, 2022 · 0 comments
Open

React v18: Map container is being appended to DOM twice #1006

jtaccinelli opened this issue Jun 2, 2022 · 0 comments

Comments

@jtaccinelli
Copy link

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant