Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why GetX 5 with nested navigation will remove previous route and delete its controller #3188

Open
Ssiswent opened this issue Aug 22, 2024 · 2 comments
Assignees

Comments

@Ssiswent
Copy link

When I go from /main/groupInfo to /main/groupInfo/chatInfo, the /main/groupInfo route will be removed and then "GroupInfoController" onDelete() called.

I think maybe there is something wrong

image

image

@Ssiswent
Copy link
Author

Ssiswent commented Aug 22, 2024

And then this will make another error:
Form /main/chatInfo to /main/chatInfo/sharedGroups, REMOVING ROUTE /main/chatInfo, and then Instance "ChatInfoController" has been created, but now Get.parameters has been changed for SharedGroupsPage and doesn't have ['cid'], so the error appeared:
image

image

image

image

@axu6705
Copy link

axu6705 commented Dec 26, 2024

How to solve it, it's strange to switch routes like this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants