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
case let.extraAttributes(attributes):self.extraAttributes= attributes
Instead of just assigning, we should merge the attributes so that any shared keys in the right-hand side overwrite those keys in the left-hand side.
Question: any way to un-set custom attributes in the left-hand side by passing something in the right-hand side? Or should we just assume that the developer will pass some sentinel value like NSNull()?
The text was updated successfully, but these errors were encountered:
Instead of just assigning, we should merge the attributes so that any shared keys in the right-hand side overwrite those keys in the left-hand side.
Question: any way to un-set custom attributes in the left-hand side by passing something in the right-hand side? Or should we just assume that the developer will pass some sentinel value like
NSNull()
?The text was updated successfully, but these errors were encountered: