Transformers not transforming data (trpc-sveltekit)
I'm having some trouble getting superjson to do its magic with tRPC & SvelteKit.
I have a
And a
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?
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?