Livewire not sending properties through to Alpine
I’m creating an admin panel using the TALL stack. I’ve tried abstracting Index pages to one abstract component and view. It worked for the most part but I’ve run into a weird issue.
Why Alpine x-data doesn’t react to its own property changes?
There is an input component. Code below.