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
First-level keys in attribute objects cannot be removed, only set to null. We have to completely unset('foo'), save, and re-set it to be assured it has the exected value.
Our team has been bitten many times by the quirky merge behavior:
First-level keys in attribute objects cannot be removed, only set to
null
. We have to completely unset('foo'), save, and re-set it to be assured it has the exected value.This behavior isn't documented in Object.set.
The text was updated successfully, but these errors were encountered: