Replies: 1 comment
-
My fault, the error was caused by my implementation. I had a separate NavigationLink inside |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have looked at NavigateAndLoadList Case Study and implemented it into my app, sice I was looking for any
NavigationLink
insideForEach
solution.Navigation is working, but now when I try to use
.binding()
from child reducer, I got the following errorA binding action sent from a view store at "ParentFeature/ParentFeatureView.swift:38" was not handled:
I looked around and found this Q&A #575, but that's without the binding part.
Any advice, how to fix this? Thanks!
View:
Child reducer:
Beta Was this translation helpful? Give feedback.
All reactions