My SPA based on livewire is not loading javascript events after second page rendering: For example, two cases :
First page refresh in dashboard loads the charts plugin. After I render some other page and come back to dashboard, the chart does not load again.
I refresh the page, my menus in sidebar are collapsed. After I render some other page, they do not appear collapsed.
I'm using Turbolinks with Livewire on Laravel 8.
Thank you in advance.