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

Method render

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

Source from the content-addressed store, hash-verified

1884
1885 class ChildB extends Component {
1886 render() {
1887 return (
1888 <div>
1889 b <MountSpy />
1890 </div>
1891 );
1892 }
1893 }
1894
1895 function getChild() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected