We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scroll to top is still happening when I am using [email protected]. Any solution for that?
[email protected]
I tried using this: #13 (comment), but it shows NextRouter was not mounted.
NextRouter was not mounted
I think next-query-params is scrolling to top by default as { scroll: false} has not been used while doing router.push or router.replace.
next-query-params
{ scroll: false}
router.push
router.replace
Originally posted by @Electron-2002 in #13 (comment)
The text was updated successfully, but these errors were encountered:
Any progress on this?
Sorry, something went wrong.
same issue here. have you found a solution?
Same here This works on [email protected] AppRouter principe
#13 (comment)
No branches or pull requests
Scroll to top is still happening when I am using
[email protected]
. Any solution for that?I tried using this: #13 (comment), but it shows
NextRouter was not mounted
.I think
next-query-params
is scrolling to top by default as{ scroll: false}
has not been used while doingrouter.push
orrouter.replace
.Originally posted by @Electron-2002 in #13 (comment)
The text was updated successfully, but these errors were encountered: