open-modal not working?
Is anyone seeing this? I have a previously working modal that is now not opening:
$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?2 Replies
console errors?
no console errors 😦