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

Method render

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

Source from the content-addressed store, hash-verified

2294 }
2295
2296 render() {
2297 spy();
2298 return <div>ho {this.state.n + 1}</div>;
2299 }
2300 }
2301
2302 if (React.version.startsWith('15')) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected