hotwired-laravel / turbo-laravel

This package gives you a set of conventions to make the most out of Hotwire in Laravel.
https://turbo-laravel.com
MIT License
803 stars 50 forks source link

Turbo Issue with Livewire #48

Closed odion-cloud closed 2 years ago

odion-cloud commented 2 years ago

when navigating from one page to another page with Turbo on livewire full page component, the page load well but prevent livewire function from working, E.g the wire:click="" stop working and mount function as well

tonysm commented 2 years ago

Are you using the Livewire Turbolinks bridge?

odion-cloud commented 2 years ago

thank you it work well now with Livewire Turbolinks bridge