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
When WhenAnyValue is used for example on a boolean property it doesn't react to all the changes and that is a problem.
The reason is DistinctUntilChanged that is sitting on the last line of the SubscribeToExpressionChain method in the ReactiveNotifyPropertyChangedMixin class.
The text was updated successfully, but these errors were encountered:
When WhenAnyValue is used for example on a boolean property it doesn't react to all the changes and that is a problem.
The reason is DistinctUntilChanged that is sitting on the last line of the SubscribeToExpressionChain method in the ReactiveNotifyPropertyChangedMixin class.
The text was updated successfully, but these errors were encountered: