I have a homepage where user's feed is shown. When user clicks on one of the feed card it goes to a different url, when user comes back to the homepage, it scrolls to top. I want to preserve the scroll position of the homepage so user can continue scrolling from previous scroll position.
I tried to use this method https://stackoverflow.com/a/67124040/14786214 but it does not work on Router v6