SudoerWithAnOpinion
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?3 replies