treeder opened this issue a year ago · 5 comments
Tried to upload a file, but getting replicate.files is undefined.
replicate.files
Just console.log(replicate.files) to reproduce.
console.log(replicate.files)
Hi @treeder. What version of the library are you using? The files API was first added in v0.30.0.
I'm using 0.30.2
0.30.2
Ah, I see what happened. Thanks for pointing this out. Got a fix in #278.
Thanks again for opening an issue about this @treeder. This should now be fixed in v0.31.0
Awesome, thanks for the quick fix!