MCPcopy Create free account
hub / github.com/microsoft/SandDance / render

Method render

docs/app/js/sanddance-app.js:11234–11239  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11232 this.viewer.finalize();
11233 }
11234 render() {
11235 return (0, _base.base).react.createElement("div", {
11236 className: "sanddance-ReactViewer",
11237 ref: (div)=>this.viewerDiv = div
11238 });
11239 }
11240 }
11241 return new __SandDanceReact(props);
11242}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected