I have TestStore
and observable property fields
.
When I click to any name, i call action changeOneName
and change some object inside fields
. Computed getter hasError
called again and i see console.log("hasError computed");
Why don't I see console.log("valueFields computed");
second time after changing name to 'ErrorName'
?
https://codesandbox.io/s/vibrant-lumiere-cv2tp?file=/src/TestStore.js