App crash in reducer #3350
Unanswered
markdevios
asked this question in
Q&A
Replies: 1 comment
-
@markdevios Can you share an example stack trace? Are you using the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using The Composable Architecture in my application. I am appending large number of paths in navigation stack, which could not be avoided. So i am facing stack overflow issue. To overcome the issue, i have used COW and splitting up the reducer. But still I am facing a crash after few screens. Couldn’t able to address the exact crash location, as it points only to reducer, if app is crashed.
Beta Was this translation helpful? Give feedback.
All reactions