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
TraitType.clone needs to know the value of setattr_original_value for the associated ctrait, resulting in this awkwardness in the clone method (following merge of #1645)
[From #1645]
TraitType.clone
needs to know the value ofsetattr_original_value
for the associated ctrait, resulting in this awkwardness in the clone method (following merge of #1645)Instead, we should make
setattr_original_value
an attribute of theTraitType
itself.The text was updated successfully, but these errors were encountered: