Max
Max
Explore posts from servers
TtRPC
Created by Max on 6/10/2024 in #❓-help
You must define a transformer on your your `initTRPC`-object first
I had messed around with tsconfig and turned off strict mode. Apparently this is a no go. When i turned it back on, the issue was solved.
4 replies
TTCTheo'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