-
Notifications
You must be signed in to change notification settings - Fork 99
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
StateObject causes crashes with Stinsen #81
Comments
Hello, @Kondamon! I'm facing with the exact same issue, after |
@onl1ner, I didn‘t resolve the issue. Used another framework. |
Oh, I see, @rundfunk47 could you please help with this issue? |
I would recommend against using RouterStore. It will probably be removed in the next version. Instead, I'd recommend you to use whatever dependency injection framework or method you already use throughout your app and put the coordinators there. Stinsen is not a dependency injection framework and RouterStore comes pretty close to that. With that being said, I should give it a look 👀 |
A |
Facing the same issue when trying to implement background scene phase
Is this issue still doesn't have a solution? |
We have implemented
StateObject
into an app, as shown in the example below and we receive a lot of issues with the Coordinator such as crashes. The problems start to arise as soon as the StateObject is changed (due to updates). During debugging I have found out that the RouterStore holds a lot of Coordinators twice or three times and I guess this is the reason for the issues. However, I was not able to yet to create a minimal example for easier debugging of this issue.The text was updated successfully, but these errors were encountered: