molefrog / wouter

šŸ„¢ A minimalist-friendly ~2.1KB routing for React and Preact

Home Page:https://npm.im/wouter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v3.0.0-rc.2 decodeUriComponent is called before route match, breaking links with urlencoded slash (%2F)

justicecurcian opened this issue Ā· comments

<Route path="/:foo"><Foo></Route>
<Link href={'/' + encodeUriComponent('foo/bar')}>Go to Foo</Link>

decodeUriComponent is called before route match, so the url matcher thinks slashes (%2F) in params are path separators

Yep, that's related to #400, the fix is under review.

Fixed in v3.0.0-rc.3