Aug 8, 2017 · 1 min read
You can try this
handleOnClick = (arg1, arg2) => (event) => {
// CODE BLOCK
}<Component onClick={ this.handleOnClick(arg1, arg2) } />
You can try this
handleOnClick = (arg1, arg2) => (event) => {
// CODE BLOCK
}<Component onClick={ this.handleOnClick(arg1, arg2) } />