[SOLVED] Crash in SignpostReducer when using _printChanges... in prerelease/1.0 (I'm using the new navigation apis.
#1953
oliverfoggin
started this conversation in
Beta
Replies: 1 comment 2 replies
-
|
Hey @oliverfoggin! Before diving into it, have you tried to rebuild the app from a clean slate? There are currently issues with incremental builds in Xcode (#1742). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Screenshot of where the crash is. Line 147 of
SignpostReducerCrash log...
When I remove the
_printChangescompletely this doesn't happen.I have recently updated one of the
Reducers in our app to change it to using a@PresentationState var destinationenum. To improve the modelling of the app.I have three destination cases...
Which are scoped to like...
In the view these are navigated to like...
When I navigate to either of the sheets the sheet loads and then this error happens.
Beta Was this translation helpful? Give feedback.
All reactions