Use Alpine's @click.prevent for switching teams#1027
Use Alpine's @click.prevent for switching teams#1027taylorotwell merged 1 commit intolaravel:2.xfrom kastsecho:alpine-switchable-team
Conversation
|
This commit is breaking the jetstream component
Rolling back to 7.2.1 still works. But maybe that's the purpose of the whole commit to not use |
|
I also ran into the same issue @seabasss had with version 2.7.2
This fired after creating a new user for me after following the instructions here to create a new app and use the livewire team option |
|
Does it work for you both if you use |
This PR will switch the
switchable-teamcomponent in the Livewire stack from vanilla JS to Alpine's@click.preventdirective, like my previous PR #989 for the log out link.