We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@mantine/dropzone
The wrong type for the onDrop method is used. It's currently File which does not contain a key for path. For more infos see here.
5.2.3
No response
Yes
Using FileWithPath type from react-dropzone
The text was updated successfully, but these errors were encountered:
[@mantine/dropzone] Change onDrop type from File to FileWithPath #2250 (
c66cb1e
#2251)
[@mantine/dropzone] Change onDrop type from File to FileWithPath mant…
272388a
…inedev#2250 (mantinedev#2251)
Released in 5.2.4
Sorry, something went wrong.
No branches or pull requests
What package has an issue
@mantine/dropzone
Describe the bug
The wrong type for the onDrop method is used. It's currently File which does not contain a key for path.
For more infos see here.
What version of @mantine/hooks page do you have in package.json?
5.2.3
If possible, please include a link to a codesandbox with the reproduced problem
No response
Do you know how to fix the issue
Yes
Are you willing to participate in fixing this issue and create a pull request with the fix
Yes
Possible fix
Using FileWithPath type from react-dropzone
The text was updated successfully, but these errors were encountered: