Unhandled Runtime ErrorTRPCClientError
Call Stack
Function.from
node_modules@trpc\client\dist\TRPCClientError-09b8a26b.esm.js (57:0)
transformRPCResponse
node_modules@trpc\client\dist\httpRequest-62c5cce4.esm.js (15:11)
eval
node_modules@trpc\client\links\httpBatchLink\dist\trpc-client-links-httpBatchLink.esm.js (201:37)
I have both createTRPCClient and createReactQueryHooks, bacause I need trpcClient for queries from the state manager. The problem comes when using the latter
Some ideas?
2 Replies
Missing the data transformer either on the backend or the front-end
Thanks!