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
clean up typing issues related to unbound type parameters in AttributeFactory
unbound type parameters were getting incorrectly inferred to Object,
but we might as well just eliminate them, because they were unnecessary
also use 'var' in AttributeFactory
0 commit comments