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

Method render

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

Source from the content-addressed store, hash-verified

1740
1741 class Layout extends Component {
1742 render() {
1743 return (
1744 <div>
1745 <h1>TEST</h1>
1746 {this.props.children}
1747 </div>
1748 );
1749 }
1750 }
1751
1752 class App extends Component {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected