Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinyplex/tinybase
/ render
Method
render
src/ui-react-inspector/ErrorBoundary.tsx:28–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
console.error(error, info.componentStack);
27
28
render() {
29
return this.state.e ? (
30
<span className=
"warn"
>{INSPECTOR_ERROR_MESSAGE}</span>
31
) : (
32
this.props.children
33
);
34
}
35
}
Callers
12
renderReader
Function · 0.45
renderListener
Function · 0.45
renderCallback
Function · 0.45
renderCheckpointInfo
Function · 0.45
renderState
Function · 0.45
renderWriter
Function · 0.45
testContextPrimitives
Function · 0.45
testCustomComponents
Function · 0.45
testCustomCheckpointComponents
Function · 0.45
testProviderComponents
Function · 0.45
testDefaultAndNamed
Function · 0.45
testComponents
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected