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
Describe the bug
When navigating to a nested route the stack isn't kept.
To Reproduce
Imagine that I have three modules: Home, Settings, and EditProfile.
Home has a module route ('/settings/') for Settings
Settings has a module route ('/edit_profile/') for EditProfile
Home -> Settings -> EditProfile
If, in Home I call Module.to.pushNamed('/settings/edit_profile') it correctly opens the EditProfile module, but it go back to the Home module when I pop it.
Here you can see that when popping EditProfile, it pops Settings aswell.
Expected behavior
Keep the navigation stack. When poppig EditProfile, it should back to Settings isntead of Home
Describe the bug
When navigating to a nested route the stack isn't kept.
To Reproduce
Imagine that I have three modules: Home, Settings, and EditProfile.
Home has a module route ('/settings/') for Settings
Settings has a module route ('/edit_profile/') for EditProfile
Home -> Settings -> EditProfile
If, in Home I call
Module.to.pushNamed('/settings/edit_profile')it correctly opens the EditProfile module, but it go back to the Home module when I pop it.Here you can see that when popping EditProfile, it pops Settings aswell.
Expected behavior
Keep the navigation stack. When poppig EditProfile, it should back to Settings isntead of Home
Screenshots
Screen.Recording.2023-06-05.at.20.03.55.mov