Issue with $id param in page
Property 'cameraId' does not exist on type 'Record<never, string>'.

2 Replies
rising-crimsonOP•16mo ago
I don't know if it has to do with my whole router layout:

sensitive-blue•16mo ago
you are in the index route
path param parsing needs to happen in
camera.$cameraId
so create a route.tsx in side that folder and put the parsing there