What seems to be the problem:
I want to create a simple Alpine object that won’t sit within a livewire component. Currently it doesn’t work and I assume this is livewire limiting the scope of Alpine. Is there a way we can open it further?
Steps to Reproduce:
<div x-data="{search:''}">
<input type="text" x-model="search">
<div x-text="search"></div>
</div>
Are you using the latest version of Livewire:
I’m using v1.0.14