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
onFileDrop expects a method with signature (files: File[]) but it actually passes a FileList.
In most cases it's maybe not even noticeable but you will get an error if you for example want to filter the files or call any other array methods on it.
The text was updated successfully, but these errors were encountered:
onFileDrop expects a method with signature (files: File[]) but it actually passes a FileList.
In most cases it's maybe not even noticeable but you will get an error if you for example want to filter the files or call any other array methods on it.
The text was updated successfully, but these errors were encountered: