m-inan / react-upload-gallery

React for Upload Image Gallery. Sorted by drag & drop and Customizable
MIT License
78 stars 44 forks source link

Image not rendering. #15

Closed MahekPandya closed 3 years ago

MahekPandya commented 3 years ago

Hello, I am facing an issue in displaying the uploaded images. Following is the code and output I am getting. const initialState = [ { source: imgsrc[0], }, { source: "http://abc/uploads/2020/09/sandwich-upper-2-3-1.png", } ]; Output I am getting:

Capture

imgsrc[0] is not null.

m-inan commented 3 years ago

@MahekPandya Can you add console and network outputs?