Network request was successful, variable was not populated
I'm fetching the data, json is being returned, but trying to use this data is impossible


Solution:Jump to solution
```
const t = initTRPC.context<Context>().create({
transformer: superjson,
errorFormatter({ shape, error }) {
return {...
4 Replies
is the code im using
TRPC Provider https://paste.learnspigot.com/bonowevari.js
LearnSpigot: Send and save code snippets on our pastebin
LearnSpigot provides a free web-based pastebin service for storing and sharing code snippets with anyone. Powered by hastebin.
Solution
this fixed it