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

Method componentWillUnmount

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

Source from the content-addressed store, hash-verified

231
232 class App extends Component {
233 componentWillUnmount() {
234 spy('App1');
235 }
236
237 __reactstandin__regenerateByEval(key, code) {
238 this[key] = eval(code);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected