Virtual Routes not working within layout routes
I have the route structure in the img
$teamId/route.tsx
export const Route = createFileRoute('/_auth-layout/$teamId')({})
when i delete this file i have to re-assign all my to params to to: '/$teamId/detail-layout/contact/$contactId' from to: '/$teamId/contact/$contactId', thereby the url contains the layout path.
0 Replies