Livewire component fails to render Leaflet Map inside infolist
I use larswierges/laravel-maps package,
with Livewire component which renders Leaflet map, everything is working fine if Imake separate route to call Livewire Component.
However, if I try to use same Livewire component inside my infolist with the help of Livewire::make(Mycomponent::class) only text can be rendered with EMPY white Space, map fails to render.
On Console less file loading
seems .js files related to map are not loading,
Thanks in Advance
with Livewire component which renders Leaflet map, everything is working fine if Imake separate route to call Livewire Component.
However, if I try to use same Livewire component inside my infolist with the help of Livewire::make(Mycomponent::class) only text can be rendered with EMPY white Space, map fails to render.
On Console less file loading
seems .js files related to map are not loading,
Thanks in Advance

