@@ -14,7 +12,7 @@ const { data, pending, error } = await useTRPCAsyncData(key, () => client.query(
{{ JSON.stringify(data, null, 2) }}
- asdx {{ JSON.stringify(error.data, null, 2) }}
+ asdx {{ JSON.stringify(error, null, 2) }}
diff --git a/playground/server/trpc/index.ts b/playground/server/trpc/index.ts
index 434830f..dead09a 100644
--- a/playground/server/trpc/index.ts
+++ b/playground/server/trpc/index.ts
@@ -14,6 +14,19 @@ const fakeUsers = [
export const router = trpc
.router