trpc-panel
trpc-panel copied to clipboard
`z.record()` and `z.map()` don't show up in the panel Example input ``` .input( z.object({ walletAddress: z.string().transform((val) => val.toLowerCase()), page: z.number(), filters: z.record(z.string(), z.string()), }) ) ``` The `filters` don't show...
Would be cool if users could click on values in response json to copy them more easily - would be especially useful for copying ids from a response and pasting...
I have a query with optional start and end date fields. If I run the query without them, it works fine. If I add a date, it works fine. However,...
First of all: library is awesome and helps a lot during development. Thank you for you work! Unfortunately I cannot show a code snippet due to security reasons but more...
I have been using tRPC panel in all of my projects for the past 6 months, and it is truly a package I can't live without. With that being said,...