What seems to be the problem:
when I use Listeners on Parent component its not working,
protected function getListeners() { return [ 'TaskDetails' => 'DisplayTaskDetails', 'RefreshData' => '$refresh', ]; }
when is remove one of them then its working.
Steps to Reproduce:
Are you using the latest version of Livewire: 2.5
Do you have any screenshots or code examples: