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
I hope a ChildRoute could be single instance for the APP.
When I using Modular.to.pushName('/example/path'), modular will find the existing page in the stack and move it to the top, or create a new one if it is not exist.
So It's perfect if there is a parameter in r.child() to set the launchMode.
The text was updated successfully, but these errors were encountered:
I hope a ChildRoute could be single instance for the APP.
When I using
Modular.to.pushName('/example/path')
, modular will find the existing page in the stack and move it to the top, or create a new one if it is not exist.So It's perfect if there is a parameter in
r.child()
to set the launchMode.The text was updated successfully, but these errors were encountered: