pikabo
pikabo7d ago

Example on Website has no Output Types

In this example from the website https://trpc.io/docs/quickstart#try-it-out-for-yourself there is no output type nference. If i download it its the same. For example in the index.ts in the client users has no type.
const users = await trpc.user.list.query();
const users = await trpc.user.list.query();
Quickstart | tRPC
Learn how to quickly get started and setup tRPC
2 Replies
Alex / KATT 🐱
you're right. something is wrong with stackblitz
Alex / KATT 🐱
in vscode
No description

Did you find this page helpful?