Skip to content

Scroll To Top before calling getInitialProps in instant mode

Compare
Choose a tag to compare
@nimaa77 nimaa77 released this 29 Jun 12:18

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