MCPcopy Index your code
hub / github.com/vercel/hyper / render

Method render

lib/utils/plugins.ts:88–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86 }
87 };
88 render() {
89 return React.createElement(Component_, Object.assign({}, this.props, {ref: this.onRef}));
90 }
91 };
92}
93

Callers

nothing calls this directly

Calls 1

getDecoratedFunction · 0.85

Tested by

no test coverage detected