Mika
v11 crash, bug in trpc?
Seems to be happening because of this commit:
https://github.com/trpc/trpc/commit/394b0f5cc328937156cc75a772b3280231d4a2e2#diff-d8cfce58b1d6257be2b037cdfdcdd4c7357f6675a0a6f15b1d1e7d79a40c831fR148
5 replies
How to get data type from onMutate function in useMutation
When you try to retrieve the router inputs, typescript has to analyze the entire definition of that router, which includes the function definition ... It won't just read the
.input(loginSchema)
and be like ok, I'm done, here you go30 replies