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 d24840e commit 6bfa4fcCopy full SHA for 6bfa4fc
src/content/reference/react-dom/client/createRoot.md
@@ -373,8 +373,8 @@ const root = createRoot(container, {
373
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> 객체
+1. 발생한 <CodeStep step={2}>error</CodeStep> 객체.
+2. <CodeStep step={4}>componentStack</CodeStep> 속성이 포함된 <CodeStep step={3}>errorInfo</CodeStep> 객체.
378
379
`onUncaughtError`와 `onRecoverableError`를 함께 사용하면, 사용자 정의 오류 보고 시스템을 구현할 수 있습니다.
380
0 commit comments