Bug Reproduction
I'm seeing some odd behavior when accesssing tRPC queries via SSR.
Steps to reproduce
- navigate to /post/[id]
- view the log in the server console
- observe that the query is simultaneously loading and error.
I'm seeing some odd behavior when accesssing tRPC queries via SSR.