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?
Was this page helpful?