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
Expected behavior
I expect the onAppear to fire in the ChildView every time the bottom view is not hidden. If I have logic that fires in the onAppear to populate the view from an API this doesn't fire and the previous view content is shown instead.
Target version
Environment: iOS 17.4 simulator
Version: Xcode 15.3
The text was updated successfully, but these errors were encountered:
Describe the bug
The child view onAppear is not fired consistently with .bottomSheet but it is consistent when using .sheet.
Minimal reproduce-able code
Expected behavior
I expect the onAppear to fire in the ChildView every time the bottom view is not hidden. If I have logic that fires in the onAppear to populate the view from an API this doesn't fire and the previous view content is shown instead.
Target version
The text was updated successfully, but these errors were encountered: