Wrong input types derived from @effect/schema
It seems like trpc is unable to resolve the input types for a procedure I'm using.
The input is
And the resulting type is
This is from the webstorm hover.
Decode function type in thread (char limit)
I'm guessing for some reason, trpc get's confused specifically by the use of
Happy to provide context and figure this out.
The input is
And the resulting type is
This is from the webstorm hover.
Decode function type in thread (char limit)
I'm guessing for some reason, trpc get's confused specifically by the use of
optionalWith as it works correctly with optionalHappy to provide context and figure this out.