getting Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'style') in vue-leaflet.
Here I am migrating vue project from vue2 to vue3, We had vue2-leaflet which is also migrated to vue-leaflet which is vue3 compatible .
After doing all these migration changes while loading the vue-leaflet getting above issue which is coming internally i.e from vue-leaflet.
my project configuration :
"vue": "^3.3.8",
"leaflet": "^1.9.4",
"@vue-leaflet/vue-leaflet": "^0.10.1"
Any input will be appreciated.
Thanks,
Vaibhav