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

Method componentWillUnmount

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

Source from the content-addressed store, hash-verified

1719 if (child === 1) {
1720 return class Child extends Component {
1721 componentWillUnmount() {
1722 onUnmount();
1723 }
1724
1725 render() {
1726 return <div>old child</div>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected