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(browser): Call original function on early return from patched history API (#15576)
In #14696 an early
`return` was introduced that alters the default behavior of the
underlying history API that is being patched.
Instead of just returning, the original/underlying function should be
called to keep the default behavior.
0 commit comments