remix-run / history

Manage session history with JavaScript
MIT License
8.28k stars 961 forks source link

There isn't pathname encode when createHref #894

Open Kinjeiro opened 3 years ago

Kinjeiro commented 3 years ago

https://codesandbox.io/s/react-router-url-parameters-forked-gz2tu?file=/example.js 1) Select "Symbols with %" 2) Click update in mini-browser

ER: url is: https://gz2tu.csb.app/!%20%22@25%$&'() refresh is correct - the same page

AR: url is https://gz2tu.csb.app/!%20%22@%$&'() 400 Bad Request