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
The files(e) conditional appears to be in the wrong order for testing because e.target.files will be an empty FileList which is truthy so the testingFiles branches are never reached.
I changed the behaviour in an override component to the following which is working fine for me but I may have missed something:
The
files(e)
conditional appears to be in the wrong order for testing becausee.target.files
will be an emptyFileList
which is truthy so thetestingFiles
branches are never reached.I changed the behaviour in an override component to the following which is working fine for me but I may have missed something:
The text was updated successfully, but these errors were encountered: