alex3165 / react-mapbox-gl

A React binding of mapbox-gl-js
http://alex3165.github.io/react-mapbox-gl/
MIT License
1.93k stars 536 forks source link

Peer dependencies #999

Open TheSinding opened 2 years ago

TheSinding commented 2 years ago

Hi.

I have mapbox-gl@2.7.0 installed. However the peer dependence of mapbox-gl is ^1.12.0 is there any plan to update it ?

AdedejiAdelanwa commented 2 years ago

Hi, I have similar similar issue too. Is there a fix coming soonest? Thank you

bvoigtlaender commented 2 years ago

As the last release was 2 years ago I would guess a fix will come rather later than sooner. For now I you could just use the mapbox-gl inside a useEffect. It works fine for me.