Replies: 1 comment 2 replies
-
Hi @alexbird, in TCA you override dependencies with the Can you give more details of what dependency you are wanting to override and where? |
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.
-
It seems that the Store needs to be created inside a withDependencies context. Stack navigation seems to have two points where we construct things, but the actual Store creation happens within the TCA library code. Am I missing something?
We construct:
...but the
Store
has been constructed between these definitions, and wrapping neither of these inwithDependencies
seems to override anything.Beta Was this translation helpful? Give feedback.
All reactions