-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reentrancy anomaly on .forwardToCurrentFlow #175
Comments
@twittemb Are you still maintaining the project? |
@erginbilgin Hi, thanks for reaching. I'm still maintaining the project, I was on vacation with no computer |
Hey @erginbilgin, could you give it another try on the branch feature/bump-deps (please perform a Carthage bootstrap because the deps have been bumped) thanks. |
@erginbilgin can you try the new 2.12.4 release please ? |
It is not available yet in CocoaPods as I see. Will you push there soon? |
I've just released it :-) |
Hey @erginbilgin Happy to hear that. Feel free to close the issues if you think they are resolved. Bye. |
Using .forwardToCurrentFlow(withStep:) causes a reentrancy anomaly. It is observable on demo project as well, right after SettingsFlow:93 (Run demo app and tap on settings button).
The text was updated successfully, but these errors were encountered: