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
Hi,
there seems to be a problem regards removing files with the context. The list of files in the onFilesChange Handler and the context.files is sorted in alphabetical order of the filenames. So when I remove the file with index 0, the file has in the original file list of the component index 1. I use getBase64={false}. And there are no types for the context, it is typed as object.
The text was updated successfully, but these errors were encountered:
Hi,
there seems to be a problem regards removing files with the context. The list of files in the
onFilesChange
Handler and thecontext.files
is sorted in alphabetical order of the filenames. So when I remove the file with index 0, the file has in the original file list of the component index 1. I usegetBase64={false}
. And there are no types for the context, it is typed asobject
.The text was updated successfully, but these errors were encountered: