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

Class

test/proxy/instance-method.test.js:72–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 },
71
72 NotPureComponent: class NotPureComponent extends React.Component {
73 shouldComponentUpdate() {
74 return true;
75 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected