Reactive variables and state management: updating a property value doesn´t trigger re render

Houston we’ve had a problem, need assistance

I’m using a reactive var to update an array. Everything works perfectly when adding or deleting its items. But it does not when I try to update the value of a particular property.

As a reference I found this issue regarding a similar problem, but the fixes didn’t seem to work here. I’ve tried downgrading to previous versions; verifying it’s not a inmutabilty problem trying with map, reduce, concatenate, rfdc, immer produce…

Here is the codesandbox.

Context:

  • Apollo client v3.4.8
  • npm 7.17.0
  • node 14.15.3
  • react 17.0.2

Solved, it works perfectly. I was not properly passing the prop value to the text field input.