-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Support trpc@11 #95
Comments
I looked into this and procedure def changed in tRPC v11 which cause this problem. |
Hello there from end of May 2024. Looks like we can consider P.S. Because of such not maintained solutions around tRPC I don't think it's a good idea to start new products using tRPC. tRPC lacks of debugging/manual testing tools out of the box. Slowly, with new updates of tRPC, most of useful tools around it will dissapear... |
@extendsLcc @MinskLeo Interested in forking and maintaining with us? |
When I actually stumbled with this problem, I thought about attempt to contact
At the moment, I can attempt to re-evaluate the possibility, but still not very confident about it. Also, unfortunately I'm currently not using tRPC (it's laravel), I will return in the future, but right now i don't have a project that I can put the tRPC panel in use to stress test and improve it. My workaround can be used from here @extendslcc/trpc-panel |
Cannot parse Zod objects though. This was such a nice project though. |
forked and fixed request issues here |
Hey, King! You dropped this 👑. Take a bow. |
The readme in your repo leads to the old |
Noice i will add this in the trpc website awesome list since this codebase maintainer is dead |
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 procedures are beeing parsed, all resulting in errorsCouldn't parse node.
When I revert back to react-query v4 and trpc v10 everything works fine
The text was updated successfully, but these errors were encountered: