MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / Props

Interface Props

graph-ui/src/components/ErrorBoundary.tsx:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import type { ReactNode, ErrorInfo } from "react";
3
4interface Props {
5 children: ReactNode;
6 fallback?: ReactNode;
7}
8
9interface State {
10 hasError: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected