cheesegrits/filament-google-maps

Map Widget on the front end

kck2018 opened this issue · 2 comments

Adding Google map widget to the front end as a livewire component doesn't render, It shows a white page with no errors in the console

On the front end
image

on the admin
image

you must add on your theme @filamentStyles and @filamentScripts

you must add on your theme @filamentStyles and @filamentScripts

Thanks @marco76tv , it worked. How do we filter the locations or make the map reactive to the changes on the parent livewire component?