Skip to content

Commit 92c446c

Browse files
nh0627hg-pyun
andauthored
Update content/docs/reference-react-component.md
Co-authored-by: Haegul Pyun <phg2491@gmail.com>
1 parent f0ef782 commit 92c446c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/reference-react-component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ class ErrorBoundary extends React.Component {
410410

411411
개발 빌드에서, 오류는 `window`까지 전파됩니다. 이는 `window.onerror``window.addEventListener('error', callback)``componentDidCatch()`에서 잡은 오류를 인터셉트하는 것을 의미합니다.
412412

413-
그러나 프로덕션 빌드에서 오류는 전파되지 않습니다. 즉 상위 오류 핸들러는 `componentDidCatch()`에 의해 명시적으로 잡히지 않은 오류만 받을 것입니다.
413+
그러나 프로덕션 빌드에서 오류는 전파되지 않습니다. 즉 상위 오류 핸들러는 `componentDidCatch()`에 의해 명시적으로 잡히지 않은 오류만 받습니다.
414414

415415
> 주의
416416
>

0 commit comments

Comments
 (0)