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
fix: push '.' instead of '' when navigating (#12991) (#13018)
The API for Location::getPath/getPathWithQueryParameters was changed in V15 to return "" instead of "." for the base URL. However, it seems to not have been taken into account that FF / Safari do not navigate to base when passing the empty string for URL to the history methods (and this ticket, which seems to have observed that this workaround was necessary, was closed without action). This commit moves the workaround to its own method in History.
Fixes#5113
Co-authored-by: Johannes Eriksson <joheriks@vaadin.com>
0 commit comments