MCPcopy Create free account
hub / github.com/code100x/daily-code /

Class

apps/web/components/ErrorBoundary.tsx:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11export class ErrorBoundary extends Component<ErrorBoundaryProps, ErrorBoundaryState> {
12 constructor(props: ErrorBoundaryProps) {
13 super(props);
14 this.state = { hasError: false };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected