Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gaearon/react-hot-loader
/
Class
test/proxy/instance-method.test.js:61–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
},
60
61
CounterWithoutIncrementMethod:
class
CounterWithoutIncrementMethod extends React.Component {
62
constructor(props) {
63
super(props);
64
this.state = { counter: 0 };
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected