This repository was archived by the owner on Jan 27, 2023. It is now read-only.

Description
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