Xiaoji Chen

Results 332 comments of Xiaoji Chen

If there is a limitation of mapbox-gl then there's nothing we can do, however you do not have to use dynamic import. See [mapLib](https://visgl.github.io/react-map-gl/docs/api-reference/map#maplib).

Please click the link in my comment. `mapLib` prop is default to `import('mapbox-gl')`. You can remove the dynamic import by ```js import mapboxgl from 'mapbox-gl'; ```

@birkskyum Sorry about the mixed up terms. When I said "breaking this library's API convention to have event handlers pass data back" I was referring to the `premove` event listener....

There could have been some circular referencing that was fixed between 8.3 and 8.5. My suggestion is to upgrade deck/luma to the latest releases. There are plenty of users using...

The binary format is designed to be friendly with WebGL, not humans. - If you wish to see GeoJSON data, then set `binary: false`. - If you want to use...

Can you create a Codepen that reproduces this issue?

When nothing is picked, deck just chooses an arbitrary view under the pointer as the "picked" viewport. Even if we introduce a new flag on the View instance, there will...