I have a FileUpload component that is ->live()
After an image is uploaded, I want to display a preview of the file immediately on another part of the view (not in Filepond).
When I dump the data of the form after it's updated, the image field contains a value like:
"image" => [
"5e68edde-f130-4b13-b9e8-279841cefbd8" => Livewire\Features\SupportFileUploads\TemporaryUploadedFile
]
How to render a preview of that image?