No synthesizer found for key: ""
Just encountered this error when using the FileUpload input in a livewire component
My component already has the InteractsWithForms trait and it also implements HasForms
Did I miss out something?
Solution:Jump to solution
Just fixed the issue
It is due to the default value of the property the file upload is set on
I replaced it with null instead of ''...
1 Reply
Solution
Just fixed the issue
It is due to the default value of the property the file upload is set on
I replaced it with null instead of ''