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 9611bd7 commit 1ed0a4eCopy full SHA for 1ed0a4e
src/routers/MemoryRouter.ts
@@ -40,7 +40,7 @@ export function createMemoryHistory() {
40
if (scroll) {
41
scrollToHash(value.split("#")[1] || "", true);
42
}
43
- }, 1000);
+ }, 0);
44
45
},
46
back: () => {
0 commit comments