Parimal
Explore posts from serversEvent Not Dispatching to other 'TaskUpdateModal' Component
I’m having trouble dispatching an event to another Livewire component (TaskUpdateModal) in my Laravel project using Livewire 3. The event dispatch seems correct, but the listener in the TaskUpdateModal component is not triggered, and I can’t figure out why.
1.In the TaskTable component, I’m dispatching the event like this:
2.In the TaskUpdateModal component, I have the listener set up like this:
1 replies