ReactiveUI icon indicating copy to clipboard operation
ReactiveUI copied to clipboard

Remove DistinctUntilChanged from WhenAnyValue

Open user98392 opened this issue 8 months ago • 1 comments

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.

user98392 avatar Jun 24 '24 11:06 user98392