react-images-upload
react-images-upload copied to clipboard
I can't upload ".heic" format images
I need upload .heic images but i can't. I put the format in the imgExtension property as:
<ReactImageUploadComponent
withIcon={false}
singleImage={singleImage}
withLabel={false}
withPreview={true}
buttonText="Seleccione ..."
onChange={onChange}
imgExtension={['.heic', '.jpg', '.gif', '.png', '.gif', '.jpeg',]}
maxFileSize={5242880}
/>
but show me this error " 20210929_140122.heic is not a supported file extension". Can you help me?