tatethurston / nextjs-routes

Type safe routing for Next.js
MIT License
557 stars 21 forks source link

useRouter expects 0 type arguments #122

Closed JeffreyQ closed 1 year ago

JeffreyQ commented 1 year ago
image

Any suggestions for how to troubleshoot this? It seems like I may be misunderstanding something simple.

tatethurston commented 1 year ago

Can you share your nextjs-routes.d.ts file and tsconfig.json?

tatethurston commented 1 year ago

Here is an example: https://stackblitz.com/edit/nextjs-3jetxn?file=pages%2Froute-a.tsx. Feel free to reopen if you're still stuck.