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

Interface ErrorBoundaryProps

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

Source from the content-addressed store, hash-verified

1import { Component, ReactNode } from "react";
2
3interface ErrorBoundaryProps {
4 children: ReactNode;
5}
6
7interface ErrorBoundaryState {
8 hasError: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected