Я пытаюсь обновить значение Z, которое было в объекте, как
question:[
{answers:[
{valueZ: "some value"} <-- i want to access here
]
}
]
}```
it's for connect a third input field in a website with redux and i want to change dinamycally the input with redux but it's the once who don't work
i expect to change the value of valueZ but i don't see anywhere how tyo do it