Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gaearon/react-hot-loader
/ render
Method
render
test/proxy/static-method.test.js:30–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
29
StaticMethodRemoval:
class
StaticMethodRemoval extends React.Component {
30
render() {
31
return
<div>{this.constructor.getAnswer()}</div>;
32
}
33
},
34
},
Callers
nothing calls this directly
Calls
1
getAnswer
Method · 0.45
Tested by
no test coverage detected