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
In the case of multiple consecutive navigations, calling Modular.to.pushNamed followed by another, the arguments from the last navigation is used for all the others.
If the argument of the last navigation is null, null is used along.
Describe the bug
In the case of multiple consecutive navigations, calling Modular.to.pushNamed followed by another, the
arguments
from the last navigation is used for all the others.If the argument of the last navigation is
null
,null
is used along.To Reproduce
Expected behavior
It was expected that each navigation would use the
arguments
provided to it.Screenshots
Observe the route and compare it with the text in the app bar, which is passed as
Modular.pushNamed
arguments
.The screenshots are from a web application just to make it easier to visualize the route, but this also occurs on other platforms.
I tested the same logic with
go_router
and got the expected behavior.The text was updated successfully, but these errors were encountered: