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 a6c378f commit a8a7d27Copy full SHA for a8a7d27
src/reactpy_router/static/link.js
@@ -9,7 +9,7 @@ document.querySelector(".UUID").addEventListener(
9
10
// Deduplication needed due to ReactPy rendering bug
11
if (new_url.href !== window.location.href) {
12
- window.history.pushState({}, to, new URL(to, window.location));
+ window.history.pushState(null, "", new URL(to, window.location));
13
}
14
15
},
0 commit comments