let newMarkers = markers.map(el => ( el.name==='name'? {...el, key: value}: el )) this.setState({ markers });