afterStateUpdated not firing when removing from multiple FileUpload
I have a FileUpload field in a custom Livewire component:
When i select 5 images, "images updated" is logged 5 times", but when i remove an image, it doesn't add another. Eventhough the state has been updated. I went from 5 images to 4.
1 Reply
i worked around it using
but shouldnt this work out of the box?