Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/
Class
client/src/components/ui/ErrorBoundary/index.d.ts:8–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
hasError: boolean;
7
};
8
declare
class
ErrorBoundary extends Component<Props, State> {
9
static getDerivedStateFromError(): {
10
hasError: boolean;
11
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected