smeijer / leaflet-geosearch

A geocoding/address-lookup library supporting various api providers.
https://smeijer.github.io/leaflet-geosearch/
MIT License
1.04k stars 273 forks source link

chore: use * import from leaflet #285

Closed grigorpavlov closed 3 years ago

grigorpavlov commented 3 years ago

I had an issue with the migration between different versions on angular 12 application

gregarega1993 commented 3 years ago

@smeijer When can we expect this to be merged?

smeijer commented 3 years ago

Done, published as 3.5.1.

smeijer commented 3 years ago

@all-contributors please add @grigorpavlov for code

allcontributors[bot] commented 3 years ago

@smeijer

I've put up a pull request to add @grigorpavlov! :tada:

gasparpd commented 3 years ago

image

Import error still persist on SearchControl.d.ts. My app runs on Angular 11. I´ve tried lastest v3.5.1.

smeijer commented 3 years ago

Can you try 3.5.2? I don't use Angular, so it's hard for me to try it myself.

gasparpd commented 3 years ago

Can you try 3.5.2? I don't use Angular, so it's hard for me to try it myself.

3.5.2 fixed that, thanks! It works perfectly.

smeijer commented 3 years ago

Sweet! Thanks for letting me know.