Skip to content

Commit 8865289

Browse files
authored
Update hooks-reference.md
1 parent 22f2387 commit 8865289

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
#### Określanie stanu początkowego {#specifying-the-initial-state}
245245

246-
<<<<<<< HEAD
247246
Istnieją dwa sposoby na inicjalizację stanu `useReducer`. W zależności od potrzeb, możesz wybrać jeden z nich. Najprostszym sposobem jest przekazanie początkowego stanu, jako drugi argument:
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-
>>>>>>> c024001caf50180a896c09467d06b2ad7b2fb8f4
251247

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

0 commit comments

Comments
 (0)