Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
import type { ReactNode, ErrorInfo } from
"react"
;
3
4
interface Props {
5
children: ReactNode;
6
fallback?: ReactNode;
7
}
8
9
interface State {
10
hasError: boolean;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected