Reactjs – React Hook useEffect has a missing dependency: 'location.pathname'. Either include it or remove the dependency array
I have this Feed component. The idea is to preserve scroll on multiple feeds (tabs), e.g. I'm on localhost/feed-one, I scroll to 500px, switch to localhost/feed-two, and when I return to feed 1, the scroll should be back on 500px.…