-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error TS18046: 'e' is of type 'unknown'. #208
Comments
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,
},
// ...
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
error missing type in this line:
react-dropzone-uploader/src/Dropzone.tsx
Line 503 in 89aa88a
The text was updated successfully, but these errors were encountered: