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

Method handleClick

test/AppContainer.dev.test.js:418–420  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

416 }
417
418 handleClick() {
419 spy('foo');
420 }
421
422 render() {
423 return <span onClick={this.handleClick}>old render + {this.state.value} state</span>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected