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
Last days, I met one problem to update object data. For example, object A has data of object B. And when B changes, A still keep last value.
Last time, I just added value of B to A, so A had last data of B even if B changes.
So one solution I found is that store key of B to A, not store whole data of B.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Last days, I met one problem to update object data. For example, object A has data of object B. And when B changes, A still keep last value.
Last time, I just added value of B to A, so A had last data of B even if B changes.
So one solution I found is that store key of B to A, not store whole data of B.
Is there any much more simpler solution for this?
Beta Was this translation helpful? Give feedback.
All reactions