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
As of Ember 3.6.0 you know have access to the raw QPs on the RouteInfo. I don't think you need to parse out the params. I think you can just look at the transition.to on the transition which is a RouteInfo
The text was updated successfully, but these errors were encountered:
As of Ember 3.6.0 you know have access to the raw QPs on the
RouteInfo
. I don't think you need to parse out the params. I think you can just look at thetransition.to
on the transition which is aRouteInfo
The text was updated successfully, but these errors were encountered: