Val Clark

Results 1 issues of Val Clark

`react-mapbox-gl version: 5.1.1` ```typescript const Mapbox = ReactMapboxGl({ minZoom: 6, accessToken, attributionControl: false, doubleClickZoom: false, }); ``` ```typescript ``` If I remove the initial zoom on the `Mapbox` component everything...