MCPcopy Create free account
hub / github.com/gre/gl-react /

Class

packages/gl-react-dom/src/GLViewDOM.tsx:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30};
31
32class ErrorDebug extends Component<{ error: any }> {
33 render() {
34 const { error } = this.props;
35 let title = String(error.rawError || error.message || error);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected