Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.js
File · 0.45
docs.js
File · 0.45
main.tsx
File · 0.45
index.jsx
File · 0.45
index.tsx
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected