jlei523
jlei523
Scroll restoration happens too early before the page gets rendered after hitting browser back button
We're also running into this issue and it makes the user experience very frustrating to use. @arunoda Any thoughts or way to fix this?
Scroll restoration happens too early before the page gets rendered after hitting browser back button
@mgiraldo I see a slight flash when using the back button. We're running into the same issue.
Scroll restoration happens too early before the page gets rendered after hitting browser back button
@spencersmb What do you mean switch to using the tag? What tag is that?
Scroll restoration happens too early before the page gets rendered after hitting browser back button
@developer239 We have the exact same issue with our Next.js app as documented here: https://spectrum.chat/thread/3d65b436-b085-4eef-ad84-0941c473e09d It completely kills the user experience. Basically, the current page scrolls to the bottom of...
Scroll restoration happens too early before the page gets rendered after hitting browser back button
I'm curious why people are still trying to manually scroll Next.js pages. @arunoda gave a clear explanation of the problem here: https://github.com/zeit/next.js/issues/3303#issuecomment-376804494 It's because getInitialProps runs even when someone clicks...
> @cif The issue is not usually caused by `express-session` itself, but rather by the particular store used. I usually rely on the default `MemoryStore` on tests, if it is...
Weirdly, if I run the whole suite, Jest exists correctly.
> Same here. This is even more visible when you pass `onChange` handler, and try to manually type the date. You will lose focus on each render. > > In...
Can we merge this in?