Child event usage: (...) onClic = {this.props.manageMarkerClick} On chrome: You will get both the event and the child state-array key on the second argument, however this only worked on Chrome for me. My solution: Redefine the prop function inside the child that will use it and make...