MCPcopy Create free account
hub / github.com/Lobos/react-ui / StatelessComponent

Function StatelessComponent

docs/lib/react.js:5404–5404  ·  view source on GitHub ↗
(Component)

Source from the content-addressed store, hash-verified

5402}
5403
5404function StatelessComponent(Component) {}
5405StatelessComponent.prototype.render = function () {
5406 var Component = ReactInstanceMap.get(this)._currentElement.type;
5407 var element = Component(this.props, this.context, this.updater);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…