MCPcopy Create free account
hub / github.com/Dispatcharr/Dispatcharr / render

Method render

frontend/src/components/ErrorBoundary.jsx:14–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 }
13
14 render() {
15 if (this.state.hasError) {
16 return <div>Something went wrong: {this.state.error?.message}</div>;
17 }
18 return this.props.children;
19 }
20}
21
22export default ErrorBoundary;

Callers 2

main.jsxFile · 0.80
trigger_eventFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected