T
TanStack4mo ago
other-emerald

Search params on index.route with '/'

I'm using search params on the index page. '/' is added to the end of the URL. Can this behavior be changed? I want it not to be added. Here's my example: https://stackblitz.com/edit/tanstack-router-famkfjkq?file=src%2Froutes%2Findex.tsx Current behavior: https://[your-stackblitz-url]/?count=0 Expected behavior: https://[your-stackblitz-url]?count=0
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?