How to dispatch an event from a Notification Action
I've been trying to dispatch an event from a Notification Action but it's not working.
using ->dispatch or ->dispatchSelf seems to do nothing.
I've searched around and tried to use ->action() and dispatch using $livewire->dispatch() but action seems to not work on notification Actions.
How can I rly dispatch an event from a Notification action?
Further down in my Resource, there's my method that is attempting to listen to the dispatch event but it never gets there.
Any Thoughts?
using ->dispatch or ->dispatchSelf seems to do nothing.
I've searched around and tried to use ->action() and dispatch using $livewire->dispatch() but action seems to not work on notification Actions.
How can I rly dispatch an event from a Notification action?
Further down in my Resource, there's my method that is attempting to listen to the dispatch event but it never gets there.
Any Thoughts?