turbolinks
turbolinks copied to clipboard
livewire doesnt work on secondary pages
Using a basic setup with a main navigation pointing pages to a single turbo frame. Any livewire actions after that first page is loaded no longer appear to function. No errors, no responses. Each page loaded in the frame is a full page livewire component. Where should i start looking? I do have all my scripts moved to <head> and besides the livewire-turbolinks.js link right before </body>. Any suggestions on where to even start? Also, I noticed my urls arent changing either, i swear they did before in other testing.
Appears that the major issue is that once visit any page after the first, anything like modals or inline scripts that are pushed no longer work. Also the turbolinks install seems to wipe out existing app.js entries in resources/js/app.js. odd.
same here