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
I have problem using this library. I have list of thumbnails base from the videos that I selected but when I remove one item the item below shows the previous thumbnail or the thumbnail from the previous index that I removed. This only happens when I upload video but when using photos I can remove the item without any problem.
I already used key in the item container as required by ReactJS. I add a key in the container of VideoThumbnail it works but it's not good because every time a props is change it keep on generating thumbnail.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
I have problem using this library. I have list of thumbnails base from the videos that I selected but when I remove one item the item below shows the previous thumbnail or the thumbnail from the previous index that I removed. This only happens when I upload video but when using photos I can remove the item without any problem.
I already used key in the item container as required by ReactJS. I add a key in the container of VideoThumbnail it works but it's not good because every time a props is change it keep on generating thumbnail.
Thanks.
The text was updated successfully, but these errors were encountered: