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

Method render

test/proxy/instance-method.test.js:83–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81
82 IsPureComponent: class IsPureComponent extends React.PureComponent {
83 render() {
84 return <span>PureComponent</span>;
85 }
86 },
87 },
88});

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected