You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Especially on slow networks, core-rendered pages will let users scroll down a bit before loading in the rest. Once the JS is loaded, it scrolls to the top of the page, which is unexpected and jarring. We should figure out how to stop this from happening for server-rendered pages.