diff --git a/modules/createBrowserHistory.js b/modules/createBrowserHistory.js index 6d1a5c56e..c36cd725f 100644 --- a/modules/createBrowserHistory.js +++ b/modules/createBrowserHistory.js @@ -39,7 +39,7 @@ function createBrowserHistory(options={}) { key = history.createKey() if (isSupported) - window.history.replaceState({ ...historyState, key }, null, path) + window.history.replaceState({ ...historyState, key }, null) } const location = parsePath(path)