Skip to content

Commit

Permalink
Update tutorial-tic-tac-toe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NGHdeveloper authored Oct 3, 2023
1 parent 5f929b2 commit fca38af
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/content/learn/tutorial-tic-tac-toe.md
Original file line number Diff line number Diff line change
Expand Up @@ -2077,17 +2077,13 @@ export default function Game() {
}
```
<<<<<<< HEAD
Puedes ver cómo debería verse tu código a continuación. Ten en cuenta que deberías ver un error en la consola de herramientas para desarrolladores que dice: ``Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method of `Game`.`` Resolverás este error en la siguiente sección.
=======
You can see what your code should look like below. Note that you should see an error in the developer tools console that says:
Puedes ver cómo debería verse tu código a continuación. Ten en cuenta que deberías ver un error en la consola de herramientas para desarrolladores que dice:
<ConsoleBlock level="warning">
Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method of &#96;Game&#96;.
</ConsoleBlock>
You'll fix this error in the next section.
>>>>>>> 68f417a600c7d7b8c4131e39f8a843a856ae3909
Resolverás este error en la siguiente sección.
<Sandpack>
Expand Down

0 comments on commit fca38af

Please sign in to comment.