strapi-plugin-mux-video-uploader icon indicating copy to clipboard operation
strapi-plugin-mux-video-uploader copied to clipboard

add key to assets list

Open aasthag-14 opened this issue 1 year ago • 2 comments

Key is missing in the array map code which is causing repeated thumbnails when page is changed.

Keys help React identify which items have changed, are added, or are removed. Keys should be given to the elements inside the array to give the elements a stable identity

Reference https://react.dev/learn/rendering-lists#keeping-list-items-in-order-with-key

aasthag-14 avatar Dec 08 '23 09:12 aasthag-14