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
Currently the route state inside the router holds:
-name
-params
-path
-query
It would be nice to have the base path available as well since the path currently will send back the entire path including the query params if there are any. Maybe add 'base' to the route state.
The text was updated successfully, but these errors were encountered:
Currently the route state inside the router holds:
-name
-params
-path
-query
It would be nice to have the base path available as well since the path currently will send back the entire path including the query params if there are any. Maybe add 'base' to the route state.
The text was updated successfully, but these errors were encountered: