MCPcopy Create free account
hub / github.com/EasyWebApp/WebCell / render

Method render

test/WebCell.spec.tsx:61–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 @component({ tagName: 'x-third' })
60 class XThird extends HTMLElement {
61 render() {
62 return <h2 />;
63 }
64 }
65 renderer.render(<XThird />);
66

Callers 1

WebCell.spec.tsxFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected