react-mapbox-gl
react-mapbox-gl copied to clipboard
A React binding of mapbox-gl-js
Following up on #35 `before` is actually working, but this would be a great improvement (in the declarative-to-imperative approach) if `before` could actually be computed automatically on `Map` layer children,...
i tried to install the package with react 18.3.3 and i got error like this npm error code ERESOLVE npm error ERESOLVE unable to resolve dependency tree npm error npm...
I have a Layer of Markers that come from a tiles server: ```javascript { const info = e.features[0].properties; const place = places.find(place => info.id === place.id); setInfoPopup(place); }} layout={{ "icon-image":...