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
technocrat
technocrat2mo ago
I am also facing the same issue. Anybody help us?
Dennis Koch
Dennis Koch2mo ago
Did you include the modal blade component?
technocrat
technocrat2mo ago
yes