Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gaearon/react-hot-loader
/ componentWillUnmount
Method
componentWillUnmount
examples/webpack/src/Counter.js:10–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
}
9
10
componentWillUnmount() {
11
clearInterval(this.interval);
12
}
13
14
render() {
15
return
this.state.count;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected