PaulLeCam / react-leaflet

React components for Leaflet maps
https://react-leaflet.js.org
Other
5.19k stars 887 forks source link

No types of config and zoom in map values #1144

Open BerkantKazangirler opened 1 month ago

BerkantKazangirler commented 1 month ago

Bug report in v4

Before opening an issue, make sure to read the contributing guide and understand this is a bug tracker, not a support platform.

Please make sure to check the following boxes before submitting an issue.\ Issues opened without using this template will be closed unless they have a good reason not to follow this template.

Expected behavior

Configuring center and zoom information on the map.

Actual behavior

Zoom and center giving element error because they have no type. image

Steps to reproduce

Adding MapContainer.d.ts file with types. image