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: report the uncommitted swap without changing the pipeline
The previous commit returned early on the four non-committing applySwap
paths, which also skipped the history push, the scroll block, and the
streaming tail those paths used to fall through to. A click-driven frame
nav records history, so a frame-missing response would have stopped
advancing the URL. Nothing covers that, so the absence of a red test was
not evidence. It is a flag now, so only the reported value changes.
0 commit comments