hey guys, let’s say that we have A > B > C in navigation compose
A is a starting graph
When we launch B through deep link, all the arguments that are in B are also in A (because A is a starting graph and is created automatically then B is added), is this by design or it’s a bug?
c
chanjungskim
03/16/2023, 3:56 AM
It seems a bug. How did you implement the navigation and pass the arguments?