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: Handle traversal navigation when canIntercept is false
For back/forward traversals, canIntercept may be false when the destination
entry was created via history.replaceState, but the URL changes regardless.
Only gate on canIntercept for push/replace navigations.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments