LarsWiegers / laravel-maps

Your laravel maps libary.
https://github.com/LarsWiegers/laravel-maps
MIT License
254 stars 35 forks source link

Can't find variable: urldefaultMapId #56

Closed MozzieMD closed 1 week ago

MozzieMD commented 1 month ago
image

I'm using Livewire Why it's commented out?

Well, nothing works in livewire with Volt

LarsWiegers commented 1 week ago

Hey @MozzieMD Livewire by default does some weird things with blade @if tags. You can disable this behaviour in settings 'inject_morph_markers' => false, . This package does not currently support livewire, but maybe you can make it work.