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

Method render

test/AppContainer.dev.test.js:698–701  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

696
697 class RenderFn extends PureComponent {
698 render() {
699 const { _children, v } = this.props;
700 return _children()(v);
701 }
702 }
703
704 const innerRenderFn = v => <Pure v={v} />;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected