MCPcopy Create free account
hub / github.com/adobe/react-spectrum / render

Method render

packages/dev/docs/src/ThemeSwitcher.js:103–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101 }
102
103 render() {
104 if (this.state.error) {
105 return <div>An error occurred while rendering the example.</div>;
106 }
107
108 return this.props.children;
109 }
110}

Callers 5

client.jsFile · 0.45
docs.jsFile · 0.45
main.tsxFile · 0.45
index.jsxFile · 0.45
index.tsxFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected