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

Method componentWillUnmount

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

Source from the content-addressed store, hash-verified

2034 {
2035 ChildC = class ChildA extends Component {
2036 componentWillUnmount() {
2037 // some data
2038 }
2039
2040 render() {
2041 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected