MCPcopy
hub / github.com/irbis-sh/zen-desktop / Props

Interface Props

frontend/src/ErrorBoundary.tsx:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { AppToaster } from './common/toaster';
4
5interface Props {
6 children: ReactNode;
7}
8
9class ErrorBoundary extends Component<Props> {
10 componentDidCatch(error: Error, errorInfo: ErrorInfo) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected