Modal open event not firing
Hi, I'm trying to create a custom Livewire component with the Modal component and in the docs says that I can run this, I tried in the mount hook:
$this->dispatch('open-modal', id: 'the id in question');
but I tried in many ways and I can't get it to trigger, is there something I'm missing?
3 Replies
I am also facing the same issue. Anybody help us?
Did you include the modal blade component?
yes