Results 5 comments of Aleksei Degtiarev

Hi. These are basically the same dates but in different formats. And it seems different timezones. There must be a bug there.

Hi, I did not have this problem with 60 frequency on iPhone 8. But if you have, you can rewrite iOS code in the same way as it implemented for...

Sorry for a very late reply. The warning appears pretty much all the time, even in the simplest case. For example, here: ``` import SwiftUI struct ContentView: View { @StateObject...

That's just simple example when the warning appears. It did not appear before on the old Xcode version. It appears also in for example, this example: ``` import SwiftUI struct...

It seems putting parentObject?.objectWillChange.send() inside DispatchQueue.main.async in setParent function fixes the problem with warning. ``` private func setParent(_ parentObject: Parent) where Parent.ObjectWillChangePublisher == ObservableObjectPublisher { guard parent.objectWillChange == nil else...