'''
const quitarElementoArrSinResultado = (arrSelect, index) => {
setArrConResultados(e=>[...e, {
name: arrSinResutados[index],
cantidadSolicitada: 1,
value: arrSelect
}])
}
'''
I do my first push and it works fine, but when I do the second push of another different object, it is added but changes the VALUE property of the previous elements of the array.