I am using react-springs to transition from page to page in a NextJS web app.
To reproduce the error:
- Open the codesandbox link: https://codesandbox.io/s/nextjs-page-transition-react-spring-ggx7n?file=/pages/_app.js
- Navigate to the bottom of live web app
- Click the Contacts link
You will notice that the index page scrolls to the top and then transitions to the contact page. I slowed the transition down to reveal it.
How can I prevent it from scrolling to the top of the page before transitioning to the next?