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
The navigate method in anchor.ts only adds the path to the history.
The same goes for the router-link. In the navigate method it uses the absolutePath property which also omits the query string.
I started working on a fix, but I don't understand the (undocumented) preserveQuery property in router-link. It seems to use the window.location.search instead of the elements path?
The text was updated successfully, but these errors were encountered:
The navigate method in
anchor.ts
only adds the path to the history.The same goes for the
router-link
. In the navigate method it uses theabsolutePath
property which also omits the query string.I started working on a fix, but I don't understand the (undocumented)
preserveQuery
property inrouter-link
. It seems to use thewindow.location.search
instead of the elements path?The text was updated successfully, but these errors were encountered: