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(frets navigation): fixed bug that caused pushState to throw
During refactor of modelProps internal usage the pushState state argument was being given a function
reference instead of an object, causing an exception and leading to the fallback use of
window.location.pathname. Changing that argument to this.modelProps fixes this.