react-images-upload
react-images-upload copied to clipboard
React input file component with images preview
I find the `defaultImages` prop pretty useless, the component takes some urls and shows images but it's just a url not a file and it's pretty misleading. Consider this scenario...
When the component there is defaultImage it is stored in state.pictures but not in state.files since it has no file. The problem is when I upload a image and before...
Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of this project. #### Changes included in this PR - Changes to the following...
How to fix the issue of not previewing the new uploaded image? When uploading i'm still getting the same defaultImages prop. I need the employees working on the app to...
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...
Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of this project.  #### Changes included in this PR - Changes to...
I want to know the Dimensions of the image ( in Pixels). How can I get that?
Chrome issue with react-images-upload: ---------- * Move data fetching code or side effects to componentDidUpdate. * If you're updating state whenever props change, refactor your code to use memoization techniques...
Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of this project. #### Changes included in this PR - Changes to the following...
while uploading the first time I can able to review the images. After successfully upload the image to the server. if I want to edit that image like remove it....