TanStackT
TanStack5mo ago
2 replies
standard-azure

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 <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
image.png
GitHub
Contribute to olivier-deschenes/tanstack-start-not-encoded-uri-ssr-bug development by creating an account on GitHub.
GitHub - olivier-deschenes/tanstack-start-not-encoded-uri-ssr-bug
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...
Was this page helpful?