It doesn’t trigger for Equatable properties when the previous value and the new value are the same/equal. So if it’s Int 5 and written Int 5, nothing is published by the Observable on iOS 26. But 5 is published on iOS 17 & iOS 18, which can impact performances.
It doesn’t trigger for Equatable properties when the previous value and the new value are the same/equal. So if it’s Int 5 and written Int 5, nothing is published by the Observable on iOS 26. But 5 is published on iOS 17 & iOS 18, which can impact performances.