wobsoriano / trpc-nuxt

End-to-end typesafe APIs in Nuxt applications.
trpc-nuxt.vercel.app
MIT License
675 stars 38 forks source link

'$client' is of type 'unknown'.ts-plugin(18046) const $client: unknown #179

Closed fl5brkv closed 1 month ago

fl5brkv commented 1 month ago

This is the code

And this is the error on $client

'$client' is of type 'unknown'.ts-plugin(18046) const $client: unknown

wobsoriano commented 1 month ago

Most of the time removing .nuxt folder and node_modules + reinstall fixes this issue

wobsoriano commented 1 month ago

https://github.com/wobsoriano/trpc-nuxt/issues/91