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
I try to observer the route changes and I have to use RouteObserver which gives me to listen when the user push or pop and replacement but I'm not able to get the value of route.settings object property and return null
but strange is that while a print toString it returns value in the correct format
**Beamer version: v1.6.1
To Reproduce
Steps to reproduce the behavior:
Make a RouteObserver
and override a method of them like didPush
and print('${route.settings.name}'); // its return null instead current URL like '</>'
See debugs
Expected behavior
it must return the value of the URL and argument
Screenshots
Desktop:
Browser [Chrome]
The text was updated successfully, but these errors were encountered:
Describe the bug
I try to observer the route changes and I have to use RouteObserver which gives me to listen when the user push or pop and replacement but I'm not able to get the value of route.settings object property and return null
but strange is that while a print toString it returns value in the correct format
**Beamer version:
v1.6.1
To Reproduce
Steps to reproduce the behavior:
Expected behavior
it must return the value of the URL and argument
Screenshots
Desktop:
The text was updated successfully, but these errors were encountered: