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

Interface ErrorBoundaryState

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

Source from the content-addressed store, hash-verified

5}
6
7interface ErrorBoundaryState {
8 hasError: boolean;
9}
10
11export class ErrorBoundary extends Component<ErrorBoundaryProps, ErrorBoundaryState> {
12 constructor(props: ErrorBoundaryProps) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected