xiduzo
TTCTheo's Typesafe Cult
•Created by xiduzo on 5/24/2024 in #questions
t3-stack in figma plugin?
I want to use the t3-stack to write my figma plugin UI but I am struggling to use the trpc client.
I am getting a
when calling
trpc.post.hello.useQuery({ text: "world" });
for
when I set the mode
to no-cors
the OPTIONS
request is coming through
But then I am getting the error TRPCClientError: Unexpected end of input
2 replies