Skip to content

Commit b6154e4

Browse files
authored
Update hydrateRoot.md
1 parent 00f1249 commit b6154e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react-dom/client/hydrateRoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ const root = hydrateRoot(container, <App />, {
395395
<CodeStep step={1}>onCaughtError</CodeStep> 옵션은 다음 두 개의 인자를 받는 함수입니다.
396396
397397
1. 발생한 <CodeStep step={2}>error</CodeStep> 객체.
398-
2. <CodeStep step={4}>componentStack</CodeStep> 속성이 포함된 <CodeStep step={3}>errorInfo</CodeStep> 객체.
398+
2. 오류의 <CodeStep step={4}>componentStack</CodeStep> 속성을 포함한 <CodeStep step={3}>errorInfo</CodeStep> 객체.
399399
400400
`onUncaughtError``onRecoverableError`를 함께 사용하면, 사용자 정의 오류 보고 시스템을 구현할 수 있습니다.
401401

0 commit comments

Comments
 (0)