Stop Propagation in React mapped elements?
Hi,
I am testing the map method in a simple React application and I am stuck with a propagation problem.
The code is very simple:
I have a render method:
<div className={styles.tagContainer}>
{ this.state.items.map((item, key) => ...