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
Which results in the hash-url #/my-state?path=%252Ffoo. The slash being encoded to %2F and the percent being encoded to %25. In 0.2.13 this double-encoding seemed to work fine, as the new state picks it up correctly (as /foo), but in 0.2.14 and 0.2.15 the new state will only get it decoded once, resulting in %2Ffoo.