Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/microsoft/SandDance
/ render
Method
render
packages/sanddance-react/src/viewer.tsx:87–91 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
85
}
86
87
render() {
88
return (
89
<div className=
"sanddance-ReactViewer"
ref={div => (this.viewerDiv = div)} />
90
);
91
}
92
}
93
94
return new __SandDanceReact(props);
Callers
1
layout
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected