F
Filament3mo ago
mselem

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
No description
No description
1 Reply
awcodes
awcodes3mo ago
Maybe check with the package maintainer.

Did you find this page helpful?