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 9397328 commit 5d6a6f9Copy full SHA for 5d6a6f9
content/docs/hooks-reference.md
@@ -449,11 +449,7 @@ function FancyInput(props, ref) {
449
FancyInput = forwardRef(FancyInput);
450
```
451
452
-<<<<<<< HEAD
453
-위의 예제에서 `<FancyInput ref={fancyInputRef} />`를 렌더링한 부모 컴포넌트는 `fancyInputRef.current.focus()`를 호출할 수 있습니다.
454
-=======
455
-In this example, a parent component that renders `<FancyInput ref={inputRef} />` would be able to call `inputRef.current.focus()`.
456
->>>>>>> e0a0ec3dad47804d0b41d4a7bb81841638dc79dd
+위의 예제에서 `<FancyInput ref={inputRef} />`를 렌더링한 부모 컴포넌트는 `inputRef.current.focus()`를 호출할 수 있습니다.
457
458
### `useLayoutEffect` {#uselayouteffect}
459
0 commit comments