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

Method componentWillUnmount

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

Source from the content-addressed store, hash-verified

221 /* eslint-disable */
222 class SubApp extends Component {
223 componentWillUnmount() {
224 spy('SubApp1');
225 }
226
227 render = function() {
228 return <span>works</span>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected