Uncaught TypeError: window.Alpine.cloneNode is not a function
i. Not sure whats happened as this started to occur this morning after no changes were made.
All was working last night as I was testing and all was working, but this morning I now get: Uncaught TypeError: window.Alpine.cloneNode is not a function.
I reverted back to earlier git commits to see where it broke, but even the earliest commits have the same issue which I know it was all working then.
Theres nothing in the logs and I just can't figure this one out.
@skoobi If I remove these two lines from app.js and I don't have a livewire component on some page then alpine.js is not started, only where I have a livewire component is alpine.js working.
I am cloning the first example of Livewire 3 docs (Filtering users with an input text field) and the component was not re-rendering after updating the $search property. After updating \resources\js\app.js to... everything is working as expected.