Skip to content

Commit 5d6a6f9

Browse files
committed
Resolve merge conflict
Related to 32a5db0
1 parent 9397328 commit 5d6a6f9

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
@@ -449,11 +449,7 @@ function FancyInput(props, ref) {
449449
FancyInput = forwardRef(FancyInput);
450450
```
451451

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
452+
위의 예제에서 `<FancyInput ref={inputRef} />`를 렌더링한 부모 컴포넌트는 `inputRef.current.focus()`를 호출할 수 있습니다.
457453

458454
### `useLayoutEffect` {#uselayouteffect}
459455

0 commit comments

Comments
 (0)