Scroll To Top before calling getInitialProps in instant mode
in instant mode, getInitialProps gets called and at the same time the page scrolls to the top
in blocked mode, getInitialProps gets called and then when the promise that returned from it get resolved we scroll to top
Patches
- fix(after): fix scroll to top in instantMode: c1fa60b