You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got this weird behavior on my site where when navigating between pages (mostly using form submits) the next page is shown scrolled down to where the previous page was scrolled down. So, on every page I have to do something like this:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I've got this weird behavior on my site where when navigating between pages (mostly using form submits) the next page is shown scrolled down to where the previous page was scrolled down. So, on every page I have to do something like this:
I've deleted the
<ScrollRestoration />
from my root.tsx, but the weird behavior remains.What should I do to avoid this hack and new navigations are displayed at the top, i.e. beginning of page?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions