tRPC Client Bundling `node_modules`
Hey team, I've been having an issue recently where tRPC seems to be bundling a
.pnpm
and node_modules
in @trpc/client
. This is causing a lot of errors as I'm not using pnpm:
<project>/node_modules/@trpc/client/dist/TRPCClientError.mjs
This issue seems to first appear in rc 630.0 Replies