What seems to be the problem: x-data not working to toggle the dropdown
Steps to Reproduce:
Are you using the latest version of Livewire: Yes
Do you have any screenshots or code examples:
<div class="wt-loginoption" x-data="{ isOpen: false }"> <a href="javascript:void(0);" id="wt-loginbtn" class="wt-loginbtn" @click="isOpen = true">Login</a> <div class="wt-loginformhold" x-show="isOpen" @click.away="isOpen = false">