When dispatching more than one even like
$this->closeModalWithEvents([
ShowPerson::class => 'updateInfo',
PersonButtons::class => 'updateInfo',
]);
I get a 404 error since moving to livewire4 and wire-elements/modal 3.
Not sure how I can figure out what's going on.