MCPcopy Create free account
hub / github.com/gaearon/react-hot-loader / render

Method render

test/utils.test.js:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19
20 class Component2 extends Component {
21 render() {
22 return 43;
23 }
24 }
25
26 return { Component1, Component2 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected