visgl / react-map-gl

React friendly API wrapper around MapboxGL JS
http://visgl.github.io/react-map-gl/
Other
7.88k stars 1.36k forks source link

[Bug] Missing language prop in types #2434

Open oceandrama opened 1 month ago

oceandrama commented 1 month ago

Description

There is language option in MapBox (https://docs.mapbox.com/mapbox-gl-js/api/map/#map-parameters), but there is no such option in Map component from react-map-gl It works well, when you provide it, but TypeScript error remains

Expected Behavior

No response

Steps to Reproduce

### Environment - Framework version: 7.1.7 - Map library: MapBox ### Logs _No response_