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
unwilling-turquoise•13mo ago
can you please open a github issue including a complete minimal example by forking one of the existing router examples on stackblitz?
other-emeraldOP•13mo ago
oka