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
If you haven't found a solution yet, just make the AuthenticationCoordinator a state object in the struct ARVisioApp.
Try to add init and deinit block, you'll most probably notice it is being created everytime the object updates.
NavigationViewCoordinator(AuthenticationCoordinator(userStateViewModel: userStateViewModel)).view()
Hi, I have the same problem, which is described in the link below.
https://forums.developer.apple.com/forums/thread/693137
In short:
Main:
AuthenticationCoordinator:
AuthenticationCoordinator+Factory:
Could you please tell me how this problem can be solved?
Without Stinsen, using NavigationView and NavigationStack, everything works.
The text was updated successfully, but these errors were encountered: