$dispatch or $wire object are undefined to send an event from JavaScript.
I have made a custom Livewire component that's being used on a custom Filament Page. I am struggling firing an event from inside the JavaScript using either the $wire object or $dispatch one (AlpineJS).
I keep getting that both of those are undefined
0 Replies