Why should we not use index as key in React Lists
Briefly

Using indexes for keys is not recommended for lists that have their items reordered, filtered, or dynamically added/removed.
Using the index as the key prop can cause issues with component state and lead to incorrect rendering of the list.
Read at Wisdom Geek
[
]
[
|
]