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 9f2482d commit 0af87c7Copy full SHA for 0af87c7
src/content/reference/react-dom/client/createRoot.md
@@ -374,7 +374,7 @@ const root = createRoot(container, {
374
<CodeStep step={1}>onCaughtError</CodeStep> 옵션은 다음 두 개의 인자를 받는 함수입니다.
375
376
1. 발생한 <CodeStep step={2}>error</CodeStep> 객체.
377
-2. 오류의 <CodeStep step={4}>componentStack</CodeStep> 속성을 포함한 <CodeStep step={3}>errorInfo</CodeStep> 객체.
+2. 오류의 <CodeStep step={4}>componentStack</CodeStep> 정보를 포함한 <CodeStep step={3}>errorInfo</CodeStep> 객체.
378
379
`onUncaughtError`와 `onRecoverableError`를 함께 사용하면, 사용자 정의 오류 보고 시스템을 구현할 수 있습니다.
380
0 commit comments