Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clayrisser/create-react-renderer
/ constructor
Method
constructor
phaseC/src/elements/Hello.ts:9–11 ·
view source on GitHub ↗
(props: Props = {})
Source
from the content-addressed store, hash-verified
7
static defaultProps: Props = {};
8
9
constructor(props: Props = {}) {
10
super({ hello:
"world"
}, props);
11
}
12
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected