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
When beforeUpload function returns a rejected promise without a value (signifying do not upload) a undefined is logged to the console. It's merely a bit of annoyance, but I don't see the value added by logging undefined. I believe the below patch would fix this by ignoring undefined rejections
When
beforeUpload
function returns a rejected promise without a value (signifying do not upload) aundefined
is logged to the console. It's merely a bit of annoyance, but I don't see the value added by loggingundefined
. I believe the below patch would fix this by ignoring undefined rejectionsThe text was updated successfully, but these errors were encountered: