open-modal not working?
Is anyone seeing this? I have a previously working modal that is now not opening:
the livewire component included in the page:
and this is the component:
This used to work and now all of a sudden it isn't. Am I doing something wrong?
$this->dispatch('open-modal', id: 'statement-mapping');the livewire component included in the page:
<livewire:components.statements.statement-mapping :statement="$statement" />and this is the component:
This used to work and now all of a sudden it isn't. Am I doing something wrong?