Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clayrisser/create-react-renderer
/ render
Method
render
phaseL/src/components/Code/Code.tsx:9–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
8
export class Code extends Component<CodeProps> {
9
render() {
10
return <Smart code={this.props.children} />;
11
}
12
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected