trpc-panel
trpc-panel copied to clipboard
similar to how you can see the procedure input types of each procedure, is there a way to see the procedure output type without executing the procedure? This would be...
Maybe a bit early, but the next major release trpc (v11) is on the horizon, basically updating react-query to v5. trpc-panel does not work with the latest `@trpc/server@next` version. No...


I think I'm encountering a bug whenever I try to post using trpc Panel. Whenever I reload the browser, it works and only one call is made. But if I...
I cannot find a way to pass null for nullable field - `z.string().nullable()` When I type in `null` then it's sent as string "null". Additionally when string field is cleared...
Link Issue: https://github.com/iway1/trpc-panel/issues/82
**replaced #41** Uses [@textea/json-viewer](https://github.com/TexteaInc/json-viewer) to display a collapsable JSON tree view with response size & time.  resolves #2, resolves #49, resolves #87
because of createCaller replaced by another name
Hello! Thank you for your awesome work! We are currently experiencing the following issue with our setup. Whenever we try and load the page we get the following error message...