MCPcopy Create free account
hub / github.com/code100x/daily-code / render

Method render

apps/web/components/ErrorBoundary.tsx:26–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 }
25
26 render() {
27 if (this.state.hasError) {
28 // You can render any custom fallback UI
29 return <h1>Something went wrong.</h1>;
30 }
31
32 return this.props.children;
33 }
34}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected