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's onAppear is called before ViewRepresentables are added to the generated view hierarchy so it is impossible to know anything about the responders at this point.
SwiftUI's onAppear is called before ViewRepresentables are added to the generated view hierarchy so it is impossible to know anything about the responders at this point.
The fix is to delay your call by a single loop:
If you do not like this syntax just add this extension and call it instead of onAppear
The text was updated successfully, but these errors were encountered: