Replies: 2 comments
-
Just ran into this, and the only alternative workaround I can find is to use |
Beta Was this translation helpful? Give feedback.
0 replies
-
Also ran into this. In my experience it was because my trpc client was called I wonder if More info: trpc/trpc#5138 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on a project using TRPC and Vue. When any component imports the TRPC client or any procedure, inspecting it leads to the error below, and nothing shows in the component tab.
The first line of the stacktrace points to a line inside
createTRPCProxyClient
.I can avoid the error by wrapping the procedures in functions and importing only the wrappers into components. Anyone know why this is happening?
Beta Was this translation helpful? Give feedback.
All reactions