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
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