Which project does this relate to?
Start
Describe the bug
When you reload a route with a param and the param has a special character like ê, the link component in the route component seems to bug when SSR is activated.
I assume that it is because the special character is encoded/decoded at a different time in the server / client (one is encoded and the other not).
Your Example Website or App
https://github.com/olivier-deschenes/tanstack-start-special-char-ssr-bug
Steps to Reproduce the Bug or Issue
- install the deps and run the app
- Open the app (it should redirect you to the right url)
- reload the page
- Check the console
Expected behavior
Nothing should happens, no error in the console
Screenshots or Videos
Platform
- Start version : ^1.131.26
Additional context
It seems to only happen when their is a special character in the url.