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
If you implement the observableCount like so private lazy var _mutableCount: MutableProperty<Int> = MutableProperty<Int>(self._elements.count). Then the count won't start with 0!