I have a modal defined, but while clicking on this link triggers the event (I can pick it up in an event listener) the modal never appears. Any ideas?
<a onclick="Livewire.emit("openModal", "personal.request-modals.accept-sharing-request-modal", {"item":"abc123"})" href="#" class="...">
Accept and share
</a>
The modal controller is App\Controllers\Livewire\Personal\RequestModals\AcceptSharingRequestModal.
I have a modal defined, but while clicking on this link triggers the event (I can pick it up in an event listener) the modal never appears. Any ideas?
The modal controller is App\Controllers\Livewire\Personal\RequestModals\AcceptSharingRequestModal.