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
SwiftUI recreate Coordinator every time when changed state of the ContentView, becase @ObserverObject is reference type of an Observing.
You need change this property wrapper or store coordinator external (not in a View, like it is using with iOS 13 supporting)&
I'il make the pull request for this issue
The text was updated successfully, but these errors were encountered:
SwiftUI recreate Coordinator every time when changed state of the ContentView, becase @ObserverObject is reference type of an Observing.
You need change this property wrapper or store coordinator external (not in a View, like it is using with iOS 13 supporting)&
I'il make the pull request for this issue
The text was updated successfully, but these errors were encountered: