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

2 Replies
vicious-goldOP•13mo ago
I don't know if it has to do with my whole router layout:

rare-sapphire•13mo 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