kamilogorek
kamilogorek
TtRPC
Created by maddest on 12/20/2023 in #❓-help
TRPCError class, public readonly cause?: Error; this line should have override function
Casue requires indeed es2022 to be recognized, so you’ll be fine 🙂
23 replies
TtRPC
Created by maddest on 12/20/2023 in #❓-help
TRPCError class, public readonly cause?: Error; this line should have override function
It's TRPCError and TRPCClientError only from what I see that need to be updated
23 replies
TtRPC
Created by maddest on 12/20/2023 in #❓-help
TRPCError class, public readonly cause?: Error; this line should have override function
tRPC requires at least TypeScript v4.7, so you can also send a PR that'll update all overrides 🙂 this way you, and other people can keep using this config setting
23 replies