Feb 19, 2026
1
Level 63
Upload error after upgrading from Livewire 2 to Livewire 3
Hello,
I had these listeners with Livewire 2.
protected $listeners = [
'upload:errored' => 'fireUploadError',
'upload:finished' => 'fireUploadSuccess',
];
I don't find any equivalent with Livewire 3.
Any idea how to listen to these events with Livewire 3 ?
Thanks a lot ;).
V
Please or to participate in this conversation.