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

[Bug] v9 MapboxLayer creates extra canvas element #8237

Closed
7 tasks
felixpalmer opened this issue Oct 31, 2023 · 0 comments
Closed
7 tasks

[Bug] v9 MapboxLayer creates extra canvas element #8237

felixpalmer opened this issue Oct 31, 2023 · 0 comments
Labels

Comments

@felixpalmer
Copy link
Collaborator

felixpalmer commented Oct 31, 2023

Description

When creating a MapboxLayer an extra canvas element is created by deck.gl. The device is correctly created using this.device = WebGLDevice.attach(props.gl); in deck.ts but somewhere an extra canvas is being appended

Flavors

  • Script tag
  • React
  • Python/Jupyter notebook
  • MapboxOverlay
  • GoogleMapsOverlay
  • CartoLayer
  • ArcGIS

Expected Behavior

No response

Steps to Reproduce

Run the https://felixpalmer.github.io/deck.gl/examples/mapbox example and observe the extra canvas with id webgl-device-1-canvas

Environment

  • Framework version: 9
  • Browser:
  • OS:

Logs

No response

This was referenced Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant