We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f19e63 commit 4e96256Copy full SHA for 4e96256
modules/locations/HashLocation.js
@@ -106,7 +106,7 @@ var HashLocation = {
106
107
replace: function (path) {
108
_actionType = LocationActions.REPLACE;
109
- window.location.replace(window.location.pathname + '#' + Path.encode(path));
+ window.location.replace(window.location.pathname + window.location.search + '#' + Path.encode(path));
110
},
111
112
pop: function () {
0 commit comments