Nested routes with folders in file based routing
I'm using tanstack router for a current project. I've got an issue. Given the sample pseudo routing structure:
I'm currently using this structure and when I'm on /members and click on orders instead of orders appearing inside the index.tsx, they are a separate route.
I've tried adding .route.tsx at the end and it didnt work.
Am I missing something?
I'm currently using this structure and when I'm on /members and click on orders instead of orders appearing inside the index.tsx, they are a separate route.
I've tried adding .route.tsx at the end and it didnt work.
Am I missing something?