T
TanStack16mo ago
dependent-tan

Path params with whitespaces

I'm currently working on a ui for a backend that isn't mine for some reason, to get the detail of some resource i have to use a varaible called name which may have some whitespaces on it currently i have a table page and a detail page resource/index.tsx resource/$nameId.tsx and when you enter to the detail it works everything as expected, but if i refresh the page, the tabs just hangs
2 Replies
wise-white
wise-white16mo ago
can you please open a github issue including a complete minimal example by forking one of the existing router examples on stackblitz?
dependent-tan
dependent-tanOP15mo ago
oka

Did you find this page helpful?