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
use new typescript features to create setX y unsetX methods (8b49e33)
BREAKING CHANGES
the properies are no longer set/unset using property.set() or property.unset() methods. New methods follow the
convention setProperty() and unsetProperty()