Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tinyplex/tinybase
/
Class
src/ui-react-inspector/ErrorBoundary.tsx:13–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
}
12
13
export class ErrorBoundary extends PureComponent<Props, State> {
14
constructor(props: Props) {
15
super(props);
16
this.state = {e: 0};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected