Questions tagged [mapbox-gl-draw]

This tool is designed for drawing on mapbox-gl-js. Functionality will only be enabled once the Mapbox GL JS map has finished loading, so be sure to use Draw only after your map's load event has occurred.

When using both React's forwardRef and callback ref, the ref can sometimes become undefined

This issue is not related to Mapbox, and no map or geographical knowledge is required to assist. The problem at hand pertains to React refs. Currently, I am utilizing react-map-gl (Mapbox for React) in conjunction with @mapbox/mapbox-gl-draw to enable use ...