nate
nate5mo ago

ts error suddenly from helpers

node_modules/convex-helpers/server/customFunctions.ts:164:45 - error TS2345: Argument of type '{}' is not assignable to parameter of type 'Expand<{ [Property in OptionalKeys<ModArgsValidator>]?: Exclude<Infer<ModArgsValidator[Property]>, undefined>; } & { [Property in Exclude<...>]: Infer<...>; }>'. 164 const added = await inputMod(ctx, split); ~ node_modules/convex-helpers/server/customFunctions.ts:278:45 - error TS2345: Argument of type '{}' is not assignable to parameter of type 'Expand<{ [Property in OptionalKeys<ModArgsValidator>]?: Exclude<Infer<ModArgsValidator[Property]>, undefined>; } & { [Property in Exclude<...>]: Infer<...>; }>'. 278 const added = await inputMod(ctx, split); ~ node_modules/convex-helpers/server/customFunctions.ts:396:45 - error TS2345: Argument of type '{}' is not assignable to parameter of type 'Expand<{ [Property in OptionalKeys<ModArgsValidator>]?: Exclude<Infer<ModArgsValidator[Property]>, undefined>; } & { [Property in Exclude<...>]: Infer<...>; }>'. 396 const added = await inputMod(ctx, split); ~
2 Replies
nate
nateOP5mo ago
dont belive i changed anything since the last time i worked on this project, but suddenly ts errors i cant figure out why or how to proceeed
Michal Srb
Michal Srb5mo ago
@nate this might be hard to debug without a repro repo

Did you find this page helpful?