Skip to content

Commit d6b9482

Browse files
fix conflict
1 parent 7a0d91a commit d6b9482

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

content/tutorial/tutorial.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,11 +1046,7 @@ Most pedig `képezzük le` a `history`-t a Game komponens `render` metódusában
10461046

10471047
**[Nézd meg a teljes kódot ezen a ponton](https://codepen.io/gaearon/pen/EmmGEa?editors=0010)**
10481048

1049-
<<<<<<< HEAD
10501049
A tic-tac-toe játék lépéstörténetében minden lépéshez létrehozunk egy `<li>`-t, ami tartalmaz egy `<button>` gombot. A gomb rendelkezik egy `onClick` kezelővel, ami meghív egy `this.jumpTo()` metódust. A `jumpTo()` metódust még nem implementáltuk. Egyenlőre egy listát kell látnunk a lépésekről, amik már megtörténtek a játék során, és egy figyelmeztetést a fejlesztői eszközözök konzolban, ami azt mondja:
1051-
=======
1052-
For each move in the tic-tac-toe game's history, we create a list item `<li>` which contains a button `<button>`. The button has a `onClick` handler which calls a method called `this.jumpTo()`. We haven't implemented the `jumpTo()` method yet. For now, we should see a list of the moves that have occurred in the game and a warning in the developer tools console that says:
1053-
>>>>>>> bc91fe4101420f98454a59ac34c1cf1d4d4f4476
10541050

10551051
> Warning:
10561052
> Each child in an array or iterator should have a unique "key" prop. Check the render method of "Game".

0 commit comments

Comments
 (0)