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: src/content/learn/tutorial-tic-tac-toe.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2073,7 +2073,13 @@ export default function Game() {
2073
2073
}
2074
2074
```
2075
2075
2076
-
You can see what your code should look like below. Note that you should see an error in the developer tools console that says: ``Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method of `Game`.`` You'll fix this error in the next section.
2076
+
You can see what your code should look like below. Note that you should see an error in the developer tools console that says:
2077
+
2078
+
<ConsoleBlock level="warning">
2079
+
Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method of `Game`.
0 commit comments