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
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
Description
When creating a
MapboxLayer
an extracanvas
element is created by deck.gl. The device is correctly created usingthis.device = WebGLDevice.attach(props.gl);
indeck.ts
but somewhere an extra canvas is being appendedFlavors
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
Logs
No response
The text was updated successfully, but these errors were encountered: