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
Copy file name to clipboardExpand all lines: pages/docs/react/latest/arrays-and-keys.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ var items = numbers.map(function (number) {
88
88
});
89
89
```
90
90
91
-
<CodeTab>
91
+
</CodeTab>
92
92
93
93
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:
0 commit comments