Skip to content

Commit 074043b

Browse files
committed
resolve conflict
1 parent 9728c4f commit 074043b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

content/tutorial/tutorial.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,11 +1045,7 @@ const doubled = numbers.map(x => x * 2); // [2, 4, 6]
10451045

10461046
**[Проглянути повний код цього кроку](https://codepen.io/gaearon/pen/EmmGEa?editors=0010)**
10471047

1048-
<<<<<<< HEAD
10491048
Для кожного ходу в історії гри ми створюємо пункт списку `<li>`, який містить кнопку `<button>`. Кнопка має обробник `onClick`, який викликає метод `this.jumpTo()`. Ми ще не запровадили метод `jumpTo()`. На даний момент ми маємо бачити список ходів, зроблених під час гри, та попередження в інструментах розробника, що перекладається наступним чином:
1050-
=======
1051-
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:
1052-
>>>>>>> bc91fe4101420f98454a59ac34c1cf1d4d4f4476
10531049

10541050
> Попередження:
10551051
> Кожен дочірній компонент у масиві або ітераторі повинен мати унікальний проп "key". Перевірте метод render у "Game".

0 commit comments

Comments
 (0)