We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b392771 commit aa4a27dCopy full SHA for aa4a27d
content/docs/hooks-reference.md
@@ -450,11 +450,7 @@ function FancyInput(props, ref) {
450
FancyInput = forwardRef(FancyInput);
451
```
452
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
+W tym przykładzie komponent rodzica, który renderuje `<FancyInput ref={inputRef} />` będzie w stanie wywołać `inputRef.current.focus()`.
458
459
### `useLayoutEffect` {#uselayouteffect}
460
0 commit comments