You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that class properties that is arrays has incorrect names in logs but not all the time:
I think in case of correct name changed exactly this property (store.arrayField): [] → [{…}, {…}, {…}]
While name is incorrect the changes are taking place within the object: store.arrayField[0].someProp = 1
UPD:
It happens there:
result:
The text was updated successfully, but these errors were encountered:
I found that class properties that is arrays has incorrect names in logs but not all the time:
I think in case of correct name changed exactly this property (store.arrayField):
[] → [{…}, {…}, {…}]
While name is incorrect the changes are taking place within the object:
store.arrayField[0].someProp = 1
UPD:
It happens there:
result:
The text was updated successfully, but these errors were encountered: