ErrorBoundary는 자식 컴포넌트 트리에서 JavaScript 에러를 감지하고 처리하는 React 컴포넌트입니다.
React Docs
Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.
Static
ErrorBoundary는 자식 컴포넌트 트리에서 JavaScript 에러를 감지하고 처리하는 React 컴포넌트입니다.