turbolinks icon indicating copy to clipboard operation
turbolinks copied to clipboard

Results 13 turbolinks issues
Sort by recently updated
recently updated
newest added

When I use turbolinks in my Livewire project and then change route js not working

Do you know an alternative that we can make pwa that is up to date?

This time it became alpine v3, alpine-turbo-drive-adapter is also working on an update. https://gist.github.com/SimoTod/de091e93af1416a1af5ece8efc23e608 In the past, I used turbolinks and used it well without any problems. After alpine v3...

Hello, I have created a full project using Laravel livewire and after completed my project I have decided to implement it on a single page application. > After research, I...

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...

Uncaught TypeError: Cannot read property 'fingerprint' of undefined at livewire-turbolinks.js:26 at NodeList.forEach () at HTMLDocument.wireTurboBeforeCache (livewire-turbolinks.js:23) at Object.e.dispatch (turbolinks.min.js:9) at r.notifyApplicationBeforeCachingSnapshot (turbolinks.min.js:10) at r.cacheSnapshot (turbolinks.min.js:10) at r.cacheSnapshot (turbolinks.min.js:9) at r....

Need example of Livewire form + Turbo (frame). It's become a blocker. I've tried marking the form with `data-turbo="false"` but seems to be ignored. Turbo seems to want to take...

hi, I'm using livewire and turbolinks in my project and I facing a problem with turbolinks plugin. i have a code like this : ```javascript document.addEventListener('livewire:load', function () { alert('something')...

How to reproduce: add this to package.json: `"livewire-turbolinks": "^0.1.2",` and `run npm update` I get the following output: ``` npm ERR! notarget No matching version found for livewire-turbolinks@^0.1.2. npm ERR!...

hi, I am following this documentation : https://laravel-livewire.com/docs/2.x/upgrading#turbolinks but my application still reload the entire page when I click on any menu item (Page Navigation). this is my simple code....