Hello!
I'm running into a strange issue with an app I'm building and I'm wondering if anyone has some advice. I'm trying to build an app for a user to upload images from their mobile device. This app makes use of the s3Uploader component to both upload and display the images using a temporary state object.
The issue I'm running into is that when I remove an image from the state, and replace it with a new one, the grid continues to display the old image even though the state has been updated to the new image. Here's a video of the behavior:
Any help or advice would be appreciated!