Skip to content

Commit aa4a27d

Browse files
author
Jakub Drozdek
committed
Resolve merge conflicts
1 parent b392771 commit aa4a27d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

content/docs/hooks-reference.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -450,11 +450,7 @@ function FancyInput(props, ref) {
450450
FancyInput = forwardRef(FancyInput);
451451
```
452452

453-
<<<<<<< HEAD
454-
W tym przykładzie komponent rodzica, który renderuje `<FancyInput ref={fancyInputRef} />` będzie w stanie wywołać `fancyInputRef.current.focus()`.
455-
=======
456-
In this example, a parent component that renders `<FancyInput ref={inputRef} />` would be able to call `inputRef.current.focus()`.
457-
>>>>>>> e0a0ec3dad47804d0b41d4a7bb81841638dc79dd
453+
W tym przykładzie komponent rodzica, który renderuje `<FancyInput ref={inputRef} />` będzie w stanie wywołać `inputRef.current.focus()`.
458454

459455
### `useLayoutEffect` {#uselayouteffect}
460456

0 commit comments

Comments
 (0)