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
I've seen issue #37 which was resolved, but the problem still occurs if the state url needs to be encoded. Here's how it works:
If we have a state like this:
Then for the first link resolve will be called once with path equal testPath, but for the second link resolve function will be called once for /testPath/ path and once for %2FtestPath%2F.
The text was updated successfully, but these errors were encountered:
Im going to call this a duplicate of the #1973 (might not be the right one). Once the double encoding problem is fixed then if this isn't it can be reopened
I've seen issue #37 which was resolved, but the problem still occurs if the state url needs to be encoded. Here's how it works:
If we have a state like this:
and have two links:
Then for the first link resolve will be called once with path equal
testPath
, but for the second link resolve function will be called once for/testPath/
path and once for%2FtestPath%2F
.The text was updated successfully, but these errors were encountered: