Hello guys! Another amazing day with compose, one question I have a nested navigation graph with 3 composable like this (they are 3 step of signup screen)
instance in the three composable. With the current implementation each screens have a different instance (so I lost previous steps states). Any idea to handle this scenario? Because a different solution is to use another NavHost with a different NavigatrionController, but I would avoid it