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
Looks like an obvious convenience method is missing -- you can use addMixIn(target, null) for this but that seems little bit ambiguous and if we ever allow multiple mix-ins per target, it will get complicated.
So let's add more readable way to do this.
I think this can be added in 2.13.
The text was updated successfully, but these errors were encountered:
Looks like an obvious convenience method is missing -- you can use
addMixIn(target, null)
for this but that seems little bit ambiguous and if we ever allow multiple mix-ins per target, it will get complicated.So let's add more readable way to do this.
I think this can be added in 2.13.
The text was updated successfully, but these errors were encountered: