You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within the ImageManager modal, scroll all the way down
What was your environment like?
Chrome on Ubuntu 16.04
Ideas
The main logic is in modals/ImageManager/index.js. The component seems to correctly detect & fetch new images, but not updating the UI. I suspect it's the this.props.images not being properly updated
Check out this line to see how images are being rendered
The text was updated successfully, but these errors were encountered:
What behavior were you expecting?
When I scroll toward the bottom of the images inside ImageManager (aka Image Modal), it should request new images & reload UI
What actually happened?
While there is a new request happening, it's now updating the UI. It is stuck with "Loading ..." then keep making requests
Steps to reproduce
What was your environment like?
Chrome on Ubuntu 16.04
Ideas
The main logic is in
modals/ImageManager/index.js
. The component seems to correctly detect & fetch new images, but not updating the UI. I suspect it's thethis.props.images
not being properly updatedCheck out this line to see how images are being rendered
The text was updated successfully, but these errors were encountered: