Replies: 1 comment 3 replies
-
Hi @zvona031, it's not clear what you are trying to accomplish. The code you have written: ChildFeature()
.dependency(\.calendar, …) …is one way you can override the dependency for a child feature. What problems are you having with this? |
Beta Was this translation helpful? Give feedback.
3 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.
-
I am using Dependencies library in combination with The Composable Architecture and I ran into an issue that I need help with.
I have a ParentFeature, whose State has 2 ChildFeature.State-s. ChildFeature has a @dependency. Now I am not sure how to properly change the child features dependencyes when creating ParentFeature.
Beta Was this translation helpful? Give feedback.
All reactions