wishkit / wishkit-ios

In-App Feature Requests. Made Easy.
https://wishkit.io
MIT License
133 stars 24 forks source link

Auto dismiss of CreateWishView successfullyCreated alert. #33

Closed kwanghyun-two closed 8 months ago

kwanghyun-two commented 1 year ago

After user click save button, CreateWishView present alert with .successfullyCreated reason. But, as soon as the alert is presented, it is dismissed automatically. Since, the dismissAction() is not invoked, CreateWithView is not popped out from navigation.

For your information, we are using .sheet to present our root view in NavigationView. And NavigatoinLink present WishKit.view.

martinlasek commented 8 months ago

Hey @kwanghyun-two, I have tested this case for a SwiftUI as well as UIKit app using the latest version of WishKit (v4.1.0). It looks like it's fixed by now so I will close the issue.

However if you encounter the same issue again please feel free to raise a new issue and tag me!