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

Method componentWillUnmount

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

Source from the content-addressed store, hash-verified

2423
2424 class InnerComponent extends Component {
2425 componentWillUnmount() {
2426 unmount();
2427 }
2428
2429 render() {
2430 return <span>internal</span>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected