Skip to content

Commit 2e04783

Browse files
authored
Update hooks-reference.md
1 parent 3a85a5e commit 2e04783

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

content/docs/hooks-reference.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,11 +243,7 @@ function Counter() {
243243
244244
#### Указание начального состояния {#specifying-the-initial-state}
245245

246-
<<<<<<< HEAD
247246
Существует два разных способа инициализации состояния `useReducer`. Вы можете выбрать любой из них в зависимости от ситуации. Самый простой способ -- передать начальное состояние в качестве второго аргумента:
248-
=======
249-
There are two different ways to initialize `useReducer` state. You may choose either one depending on the use case. The simplest way is to pass the initial state as a second argument:
250-
>>>>>>> e1abbdecfd1a5a804bd38852e88373f54ddde014
251247

252248
```js{3}
253249
const [state, dispatch] = useReducer(

0 commit comments

Comments
 (0)