Hey Arkadii, I'm using a custom `ComponentContext`...
# decompose
t
Hey Arkadii, I'm using a custom
ComponentContext
and in one of my components I want to use
childStack
. I want the component that is initialized in the
childstack
to also use my custom
ComponentContext
. Is there currently an easy way to do this? As far as I can tell I'd need to basically write a custom navigation model to achieve this 😕
a