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
Hello. I've stared working with your component recently, and found one small issue. When in a loop I display files dropped into component console fires next error
UploadHandler: 'key' is not a prop. Trying to access it will result inundefinedbeing returned. If you need to access the same value within the child component, you should pass it as a different prop.
That happens because, you try to access key property from props, in UploadHandler.js line 37, can you please fix it?
The text was updated successfully, but these errors were encountered:
Hello. I've stared working with your component recently, and found one small issue. When in a loop I display files dropped into component console fires next error
UploadHandler: 'key' is not a prop. Trying to access it will result in
undefinedbeing returned. If you need to access the same value within the child component, you should pass it as a different prop.
That happens because, you try to access key property from props, in UploadHandler.js line 37, can you please fix it?
The text was updated successfully, but these errors were encountered: