Max
Explore posts from serversTTCTheo's Typesafe Cult
•Created by Max on 6/9/2024 in #questions
You must define a transformer on your your `initTRPC`-object first
I found the answer I believe, this issue occurred after i was messing around in tsconfig and turned off strict mode. Turn strict mode on and it may solve this like it did for me.
3 replies
TTCTheo's Typesafe Cult
•Created by Max on 5/12/2024 in #questions
pnpm - ERR-INVALID-THIS
My git didnt detect that my package lock had changed so try committing your code without any package locks. And then pnpm install and commit again.
5 replies
TTCTheo's Typesafe Cult
•Created by Max on 5/12/2024 in #questions
pnpm - ERR-INVALID-THIS
I found the issue, i had my pnpm package lock from the original repo still in there.
If you encounter this issue, remove all package locks. And reinstall packages. Then commit back to git.
5 replies