Leaflet / Leaflet

πŸƒ JavaScript library for mobile-friendly interactive maps πŸ‡ΊπŸ‡¦
https://leafletjs.com
BSD 2-Clause "Simplified" License
40.17k stars 5.75k forks source link

Is Marker missing the data attribute in the typescript definition? #9289

Closed phil-hudson closed 2 months ago

phil-hudson commented 2 months ago

Is the marker class missing data prop as a type?

I've seen a few other people using it around, and it can be accessed, but doesn't have the associated type in the typescript definition.

Thanks

IvanSanchez commented 2 months ago

Typescript definitions are not kept in this repo.

IvanSanchez commented 2 months ago

Hi, and thanks for taking the time to open a bug report in Leaflet.

However, in this repository we only handle bugs in "vanilla" Leaflet. This means that we do not handle bugs which are specific to frameworks such as:

Please understand that we only have the time and energy to test Leaflet in plain web browsers.

Please try to either reproduce the bug without using any frameworks, or submit a bug to the appropriate repo.