Gabriel Gonçalves
Results
1
comments of
Gabriel Gonçalves
We got this problem too. While there's no fix, we solve it using: `myObject = Object.Assign({}, myObject)` after any changes on 'myObject' occurs. This should trigger the shouldUpdate method and...