Alex Howes
Recreating Notifications
First off this is not an issue with filament - wasn't sure if I should put this in off-topic or not. Let me know if you'd like me to to delete
I'm trying to replicate filaments notification package, for simplified toast messages. Here's an example git repo
My toasts component that is listening for
toasts-dispatched
event is only being run when I manually dispatch and not when the event is dispatched on dehydrate in the ToastsServiceProvider.
Any idea why it's not working and essentially how it's working in filament?
Cheers2 replies