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
I had the same problem - I switched from: import DropzoneS3Uploader from 'react-dropzone-s3-uploader';
to import DropzoneS3Uploader from 'restuta-react-dropzone-s3-uploader
and that was able to load the files.
However, now that it's loading, the module itself isn't working for me. It's throwing weird errors like "Cannot read property 'string' of undefined" from within the library files.
I have installed all these libraries via:
npm install --save react-s3-uploader react-dropzone restuta-react-dropzone-s3-uploader && npm start
And I am still getting this error:
My code is
I even downloaded the folder as a ZIP and tried manually putting in node_modules.
My package.json is
The text was updated successfully, but these errors were encountered: