We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b4950 commit ae2e404Copy full SHA for ae2e404
README.md
@@ -60,7 +60,7 @@ const SortableList = SortableContainer(({items}) => {
60
return (
61
<ul>
62
{items.map((value, index) => (
63
- <SortableItem key={`item-${index}`} index={index} value={value} />
+ <SortableItem key={`item-${value}`} index={index} value={value} />
64
))}
65
</ul>
66
);
0 commit comments