You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're currently implementing nested navigation by assigning an id when navigating between screens. However, after migrating from NavigationService to RouterService, the id is no longer included in the arguments. As a result, using RouterService.back() doesn't take us back to the intended page.
Could you please guide us on how to handle this scenario?
Thank you!