Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinyplex/tinybase
/ Props
Interface
Props
src/ui-react-inspector/ErrorBoundary.tsx:5–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
import {PureComponent} from
'../common/react.ts'
;
4
5
interface Props {
6
readonly children: ReactNode;
7
}
8
9
interface State {
10
e: 0 | 1;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…