JakeHartnell / react-images-upload

React input file component with images preview
https://jakehartnell.github.io/react-images-upload/
MIT License
348 stars 154 forks source link

Default Image does not change #227

Open aliburhankeskin opened 3 years ago

aliburhankeskin commented 3 years ago

Component

<ImageUploader
            defaultImages={imageUrl&& [${imageUrl}]}
            withIcon
            label=""
            onChange={_onDrop}
            withPreview
            imgExtension={['.jpg', '.png', '.jpeg']}
            maxFileSize={5242880}
            singleImage
          />

Default Image does not change.

I can't upload pictures again.

Thanks for your help.

afarukcali commented 3 years ago

Any updates ?