Is there currently a known issue with arktype + trpc compatibility?
This is with latest RC.12
This occurs when I do
How on earth is it ending up with
This occurs when I do
.input(type(anything).assert). If I do something such as .input((i) => type(anything).assert(i)), it works fine.How on earth is it ending up with
this being undefined when it is run this way?