Not encoded param in url cause SSR error when reloading
When reloading a page when the URL has a special value (ex: ê), and has a
see : https://github.com/olivier-deschenes/tanstack-start-not-encoded-uri-ssr-bug for demo
see github issue : https://github.com/TanStack/router/issues/5008
<Link /> component linked to the path with the param, it results in an error.see : https://github.com/olivier-deschenes/tanstack-start-not-encoded-uri-ssr-bug for demo
see github issue : https://github.com/TanStack/router/issues/5008

GitHub
Contribute to olivier-deschenes/tanstack-start-not-encoded-uri-ssr-bug development by creating an account on GitHub.
GitHub
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 w...