Transformers not transforming data (trpc-sveltekit)
I'm having some trouble getting superjson to do its magic with tRPC & SvelteKit.
I have a
client.ts
file that looks like this:
And a t.ts
file that looks like this:
Despite including the transformer in both of these, I do not see data being transformed. Am I missing a place to add the transform function?1 Reply
For added contextm this is one of my routers...
I have changed from superJSON to trpc-transformer to no avail.