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
{{ message }}
This repository was archived by the owner on Jun 20, 2025. It is now read-only.
url-joinhad a bug, leading to an additional "/" that was appended to the URL send withPiwikTracker.track.Piwik React Router has
url-joincurrently locked at version^1.1.0, so an update should fix this.Is there a specific reason why
urljoin(loc.pathname, loc.search)is used instead ofloc.pathname + loc.search?