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
fix(popstate): skip unnecessary startTransition on cached navigations
Previously, every popstate update, including cached content, was wrapped in startTransition.
Rapid back/forward spam caused multiple transitions to enqueue in React's concurrent scheduler, leading to heavy reconciliation and freezing the browser tab.
0 commit comments