pqina / filepond-plugin-image-preview

🖼 Show a preview for images dropped on FilePond

Home Page:https://pqina.nl/filepond

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image preview disappear on React re-render

ErnestBrandi opened this issue · comments

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.