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

Class

test/proxy/static-method.test.js:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 },
28
29 StaticMethodRemoval: class StaticMethodRemoval extends React.Component {
30 render() {
31 return <div>{this.constructor.getAnswer()}</div>;
32 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected