filyys
filyys
Explore posts from servers
TTCTheo's Typesafe Cult
Created by filyys on 9/29/2024 in #questions
What's the best way of making a Next.js image component fit the parent size?
Yup, I had a few other issues in the meantime but I got it to work, thanks
10 replies
TTCTheo's Typesafe Cult
Created by filyys on 9/29/2024 in #questions
What's the best way of making a Next.js image component fit the parent size?
I'll check into that, thanks
10 replies
TTCTheo's Typesafe Cult
Created by filyys on 8/6/2024 in #questions
tRPC error Unhandled Runtime Error
Bump
5 replies
TTCTheo's Typesafe Cult
Created by filyys on 8/6/2024 in #questions
tRPC error Unhandled Runtime Error
Sadly, that didn't fix it. Same error as before
return (
<QueryClientProvider client={queryClient}>
<trpc.Provider client={trpcClient} queryClient={queryClient}>
{p.children}
</trpc.Provider>
</QueryClientProvider>
);
return (
<QueryClientProvider client={queryClient}>
<trpc.Provider client={trpcClient} queryClient={queryClient}>
{p.children}
</trpc.Provider>
</QueryClientProvider>
);
5 replies
TTCTheo's Typesafe Cult
Created by filyys on 7/25/2024 in #questions
tRPC example file structure question
Alright thanks for the answer
6 replies
TTCTheo's Typesafe Cult
Created by filyys on 7/25/2024 in #questions
tRPC example file structure question
Bump
6 replies