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

Class

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

Source from the content-addressed store, hash-verified

7const fixtures = () => ({
8 modern: {
9 StaticMethod: class StaticMethod extends React.Component {
10 static getAnswer() {
11 return 42;
12 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected