Update react-dropzone dependency to ~v12
Feature description
The [email protected] dependency came out way back in February 2019. That version of the dependency in turn uses [email protected], which is stuck on [email protected]. Base Web should update to react-dropzone~12 or deprecate the dependency to address core-js incompatibilities and pull a bunch of bugfixes that have been applied to react-dropzone in the last 3 years.
I'm having problems with FileUploader Component, I think could be related to this.
I have migrated my app from CRA to VITE but now my FileUploader is not working and throws me this error after build:
index.js:10 Uncaught (in promise) TypeError: wl is not a function (Comming from: /node_modules/react-dropzone/dist/es/utils/index.js)
Hi, I'm having the same problem @TomasMoratoPerezPorro , have you found a workaround?
Thanks!
Hi, I'm having the same problem @TomasMoratoPerezPorro , have you found a workaround?
Thanks!
No... ! Back to CRA and works fine
I'm also having this problem, I would really hate to go back to cra.