Pass :id on Initial Fetch for 'List'
Hi!
I'd like to pass an :id to /users/:id. I've previously used useRouter's query, but these were for create/edit forms and I dont believe will work in the context of 'list'.
How could I pass :id to a 'list's API call?
1 Reply
conscious-sapphire•14mo ago
Just used useRouter and permanentFilter.