pqina / vue-filepond

🔌 A handy FilePond adapter component for Vue
https://pqina.nl/filepond
MIT License
1.91k stars 128 forks source link

Ignore watcher update if pond isn't initialised #264

Closed roguesherlock closed 10 months ago

roguesherlock commented 1 year ago

There's this weird issue in vue 3 where the watcher fires before the element is even mounted; which causes the watcher callback to fail.

I've updated the watcher to ignore updates if the pond wasn't initialised. let me know what you guys think!

SCR-20220930-ha2

SCR-20220930-hab

rikschennink commented 1 year ago

Thanks, I'll look into this when I have some time

dallinbjohnson commented 10 months ago

I am waiting for this to be merged. I am having the same problem.