quisi.do·Follow1 min read·Dec 28, 2018--ListenShare<Button onClick={this.getClickHandler(listItem.text)} />While getClickHandler is a function, it returns a function. You aren’t passing getClickHandler itself as a prop to Button. You are passing the function that getClickHandler returns.