Skip to content

Commit

Permalink
Fix closing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
fhammerschmidt committed Jun 28, 2024
1 parent b1a186c commit d2dac63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/docs/react/latest/arrays-and-keys.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ var items = numbers.map(function (number) {
});
```

<CodeTab>
</CodeTab>

The best way to pick a key is to use a string that uniquely identifies a list item among its siblings. Most often you would use IDs from your data as keys:

Expand Down

0 comments on commit d2dac63

Please sign in to comment.