Open adrian-kawanshi opened 1 year ago
i have the same problem
same
Same
solved with https://github.com/ds300/patch-package
Would love to see this fixed in the lib itself
For now I just updated my tsconfig:
{
"compilerOptions": {
// ...
// added this line
"useUnknownInCatchVariables": false,
},
// ...
}
error missing type in this line:
https://github.com/fortana-co/react-dropzone-uploader/blob/89aa88acf753962398fee967d0e4b5ac5d53065a/src/Dropzone.tsx#L503