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

Method componentWillUnmount

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

Source from the content-addressed store, hash-verified

684
685 class Pure extends PureComponent {
686 componentWillUnmount() {
687 spy();
688 }
689
690 render() {
691 return <span>I am old</span>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected