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
{{ message }}
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.
I'm currently encountering a scrolling issue where the user is automatically scrolled to the bottom of the page instead of their previous position. On the majority of pages on the site, page location restoration works great and as expected. On a handful of pages when you use the browser’s back button, it sends the user to the bottom of the page no matter where the user initially was.
I've ensured that the <ScrollMemory /> component is included after the Router.
Has anyone had a similar issue or have any advice on how to proceed? Thank you kindly!
Im using:
react 16.3.1
react-router-dom 5.2.0
react-router-scroll-memory 2.0.7
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello!
I'm currently encountering a scrolling issue where the user is automatically scrolled to the bottom of the page instead of their previous position. On the majority of pages on the site, page location restoration works great and as expected. On a handful of pages when you use the browser’s back button, it sends the user to the bottom of the page no matter where the user initially was.
I've ensured that the
<ScrollMemory />
component is included after the Router.Has anyone had a similar issue or have any advice on how to proceed? Thank you kindly!
Im using:
react 16.3.1
react-router-dom 5.2.0
react-router-scroll-memory 2.0.7
The text was updated successfully, but these errors were encountered: