Typescript error after upgrade to v1.2.1
Since the upgrade to v1.2.1, I’ve been getting the following TypeScript errors. Did I miss something? Unfortunately, I’m not sure how to handle these errors. Does anyone have any idea what I might be doing wrong?


7 Replies
Try to quit vscode, remove node_modules & re-run package installations & re-open vscode?
That was the first thing I tried, but unfortunately it didn't help.
What is your framework?
I don't recognize the authClient instanciation.
This is how I do it

@keytrap-x86 next-js inside of a turborepo.
Solution
adding to my tsconfig fixed my problem
Glad you solved it ! 🙂
You should mark it as solved
.