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 83d7593 commit bb6e706Copy full SHA for bb6e706
src/App.tsx
@@ -155,7 +155,7 @@ class Sandbox extends React.Component<SandboxProps, SandboxState> {
155
const newRelativePathQuery =
156
window.location.pathname + "?" + searchParams.toString();
157
158
- window.history.pushState(null, "", newRelativePathQuery);
+ window.history.replaceState(null, "", newRelativePathQuery);
159
}
160
}}
161
/>
0 commit comments