I have used Laravel 10 with Livewire 3 and Turbolink.
When I navigate site from one page to another page, page jumps twice.
I am getting below two error message in console.
Detected multiple instances of Livewire running Detected multiple instances of Alpine running
Any solution for this would be greatly appreciated.
I removed turbolink and used navigate() and my issue solved.