We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
react-mapbox-gl version: 5.1.1
const Mapbox = ReactMapboxGl({ minZoom: 6, accessToken, attributionControl: false, doubleClickZoom: false, });
<Mapbox style="mapbox://styles/mapbox/light-v10?optimize=true" containerStyle={{ flex: 1, height: "100%", width: "100%", }} flyToOptions={{ speed: 0.1, curve: 0, }} onDrag={onDrag} zoom={[6]} center={center} onStyleLoad={onStyleLoad} renderChildrenInPortal > <JobMarker anchor="bottom" data={[]} onClick={onMarkerClick} selected={data} /> </Mapbox>
If I remove the initial zoom on the Mapbox component everything works fine. But with it added, whenever I zoom I get the following error:
Mapbox
The text was updated successfully, but these errors were encountered:
No branches or pull requests
react-mapbox-gl version: 5.1.1
If I remove the initial zoom on the
Mapbox
component everything works fine. But with it added, whenever I zoom I get the following error:The text was updated successfully, but these errors were encountered: