You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Three days ago the code below was working properly, today for some reason I'm getting this error: "pond.getFile(...).getFileEncodeDataURL is not a function" and I can't find the method anywhere as I used to.
Did something changed in the past few days? Or am I doing something wrong and it just happened to work for some reason?
Reproduction
const pond = FilePond.find(document.querySelector(".filepond--root"));
for (i = 0; i <= (pond.getFiles().length - 1); i++) {
const myImage = document.createElement("img");
myImage.src = pond.getFile(i).getFileEncodeDataURL();
}
Environment
- Device:
- OS:
- Browser:
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Have you updated FilePond and its plugins?
Describe the bug
Three days ago the code below was working properly, today for some reason I'm getting this error: "pond.getFile(...).getFileEncodeDataURL is not a function" and I can't find the method anywhere as I used to.
Did something changed in the past few days? Or am I doing something wrong and it just happened to work for some reason?
Reproduction
Environment
The text was updated successfully, but these errors were encountered: