quickest-silver
quickest-silver12mo ago

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
quickest-silver
quickest-silver12mo ago
Just used useRouter and permanentFilter.