neptunian / react-photo-gallery

React Photo Gallery
http://neptunian.github.io/react-photo-gallery/
Other
1.97k stars 310 forks source link

is it possible to use state with photo? <Gallery columns={2} photos={this.state.photos} #192

Closed shalabi67 closed 3 years ago

shalabi67 commented 3 years ago

if i used <Gallery columns={2} photos={photos} every thing works as expected.

since I want to get my photos by calling an API so if I used <Gallery columns={2} photos={this.state.photos}

the app stop working.

any idea how to use state with photos?

shalabi67 commented 3 years ago

I got it working. component is fine, it was a bug at my code.