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
{{ message }}
This repository has been archived by the owner on Jun 18, 2018. It is now read-only.
I'm experiencing a slight conflict when dropping files into
react-dropzone
, resulting in the following errors.Example:
To get around this I have applied a conditional to
handleTopDrop
to checkthat
dropTargetIds
exists and has a length.Example:
This solves my issue and quite possibly could solve #25.
The text was updated successfully, but these errors were encountered: