Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gaearon/react-hot-loader
/ constructor
Method
constructor
test/proxy/lifecycle-method.test.js:49–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
48
class
App2 extends Component {
49
constructor() {
50
super();
51
this.secret = 2;
52
}
53
54
[methodName]() {
55
spy();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected