pqina / filepond-plugin-image-preview

🖼 Show a preview for images dropped on FilePond
https://pqina.nl/filepond
MIT License
46 stars 26 forks source link

Image preview disappear on React re-render #39

Closed ErnestBrandi closed 4 years ago

ErnestBrandi commented 4 years ago

Does what it says. How can I keep the preview on a React re-render ? Can't find any clue from the doc. Thanks !

EDIT : silly me, I was using a standard js variable instead of a React.useState one to store my files.