Jimmy

Results 3 comments of Jimmy

I think you might be able to add it directly since `useQuery` is a wrapper for `useAsyncData`: ``` const { data } = $client.user.list.useQuery(undefined, { watch: false }) ```

@shinGangan Thanks for the reply, what I mean is the `@typescript-eslint/eslint-plugin` package. I just found this [Link](https://typescript-eslint.io/troubleshooting/#how-do-i-check-to-see-what-versions-are-installed). It said that _**The best course of action in this case is to...

You should pass the `AppRouter` type to the `inferRouterOutputs` ``` export type AppRouter = typeof appRouter export type RouterOutput = inferRouterOutputs