MCPcopy
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

renderReaderFunction · 0.45
renderListenerFunction · 0.45
renderCallbackFunction · 0.45
renderCheckpointInfoFunction · 0.45
renderStateFunction · 0.45
renderWriterFunction · 0.45
testContextPrimitivesFunction · 0.45
testCustomComponentsFunction · 0.45
testProviderComponentsFunction · 0.45
testDefaultAndNamedFunction · 0.45
testComponentsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected