Hey, I've got a minor question about routing. I'm doing the folder structure for routes and I'm trying to navigate from /thing to /thing/id. I have it setup in my route folders as a directory for thing and a directory for thing.$id, both are at the same level in /routes and both have a route.tsx file.
If I click on a link in my thing page, it keeps me on the current page but the URL updates. If I change my dynamic folder to anything else other than thing it works as expected.
Am I setting this route up incorrectly? I've been looking through the docs but they seem to suggest doing the dot syntax which I'd prefer not to do.