trpc-panel icon indicating copy to clipboard operation
trpc-panel copied to clipboard

feat: add support for nested inputs

Open lcjnil opened this issue 2 years ago • 1 comments

@iway1 Hello, I recently discovered that the trpc-panel was not correctly handling nested input, such as the  createNestedPost function which was added in this pull request.

lcjnil avatar Apr 12 '23 12:04 lcjnil

This will also fix #78 . However, before the reduce we should verify that each instance is a zod object. Else we can return { parseInputResult: "failure" };

dca123 avatar Jun 06 '23 13:06 dca123