You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a path param has a character that gets urlEncoded (i.e. a , %, etc.), the page works fine on initial load, but upon refreshing, the path is not decoded (I think)
Describe the bug
If a path param has a character that gets urlEncoded (i.e. a
,
%
, etc.), the page works fine on initial load, but upon refreshing, the path is not decoded (I think)Your Example Website or App
https://stackblitz.com/edit/tanstack-router-p58qkk?file=src%2Fmain.tsx
Steps to Reproduce the Bug or Issue
Expected behavior
The page reloads with no difference
Screenshots or Videos
What actually happens:
Platform
Additional context
The changes to the app from the demo are
The text was updated successfully, but these errors were encountered: