reach/router

Active link is not asserted for URL with special characters

Open

#320 aberto em 1 de nov. de 2019

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)JavaScript (352 forks)batch import
good first issuehelp wanted

Métricas do repositório

Stars
 (6.917 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

I think that here:

https://github.com/reach/router/blob/28a79e7fc3a3487cb3304210dc3501efb8a50eba/src/index.js#L406-L407

location.pathname should be instead decodeURIComponent(location.pathname)

Guia do colaborador