Trpc failed on post.hello after initial setup
Broken after initial setup through CLI. I've attempted this with mutliple configurations and I'll always get the same error. Example broken configuration, typescript, drizzle, postgres, src directory, pages, and tailwind
I can confirm that I'm not passing undefined through the react component, but tRPC's
input
will always be undefinedSolution:Jump to solution
Changing dependencies fixed the problem
```
- @trpc/client 11.0.0-next-beta.216
+ @trpc/client 11.0.0-rc.330...
1 Reply
Solution
Changing dependencies fixed the problem