react-strapi-img
react-strapi-img copied to clipboard
`Cannot read properties of undefined (reading 'size')` in strapi when replacing an image
Greetings, just took this package for a spin and noticed that when I try to replace an image in the strapi console there's an error:
TypeError: Cannot read properties of undefined (reading 'size')
at verifySize (/.../node_modules/strapi-provider-upload-local/lib/index.js:15:16)
at Object.upload (/.../node_modules/strapi-provider-upload-local/lib/index.js:28:9)
at /.../node_modules/strapi-plugin-upload/config/functions/bootstrap.js:46:33
When uploading new images everything seems to be fine however.
To clarify, I'm talking about this Replace Image button: