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
When using query params (search params) the query is ignored when taken from location but it's not when using the "to" parameter, so isCurrent will never be true when using query params. I think this is the corresponding code.
I know that it might be a problem for the specifications but I think a consistent logic would be to ignore the query params from the "to" parameter.
Bug
When using query params (search params) the query is ignored when taken from location but it's not when using the "to" parameter, so isCurrent will never be true when using query params. I think this is the corresponding code.
I know that it might be a problem for the specifications but I think a consistent logic would be to ignore the query params from the "to" parameter.
See CodeSandbox
I may provide a pull request if the specification is good for you
The text was updated successfully, but these errors were encountered: