Replies: 1 comment
-
I wonder if your issue isn't quite similar of mine: #575 I'm not using I hope this will help you, I'm not sure it's the right approach though, perhaps @mbrandonw or @stephencelis could confirm? But it works as soon as you don't have to control the navigation with |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I'm facing the issue that when I'm navigating to a
ShoppingListDetailedView
and performed any action that changes state, I'm receiving actionsetNavigation(selection: nil)
. And this occurring only if invar lists: IdentifiedArrayOf<ShoppingListDetailedState> = []
more than 1 item.Code below:
and reducing action (shoppingListReducer):
and detailed view
Beta Was this translation helpful? Give feedback.
All reactions