brr
Explore posts from serversTTCTheo's Typesafe Cult
•Created by brr on 2/8/2024 in #questions
useQueries hook
Hey, I am importing the api from trpc/react and I can't seem to be able to use the
useQueries
hook from react-query.
The options that pop up are useQuery
, useSuspenseQuery
and getQueryKey
I have a query which will return multiple ids, and I need to run these ids to the useQueries
, if this makes sense, any help is appreciated2 replies
TTCTheo's Typesafe Cult
•Created by brr on 12/29/2022 in #questions
prisma folder and db nowhere to be found in docker container
4 replies
TTCTheo's Typesafe Cult
•Created by brr on 12/28/2022 in #questions
Docker is failing on openssl1.1-compat
I am trying to build my t3 project, but I get these errors
I tried lots of things suggested here https://github.com/prisma/prisma/issues/16553, and I am not sure if I should update prisma to 4.8.0 which supposedley fixes the issue. I am on prisma 4.5.0, any ideas? I am on windows
3 replies
TTCTheo's Typesafe Cult
•Created by brr on 12/26/2022 in #questions
trying to access req and res in trpc query
I need to access res to set a header.
I tried accessing req and res from ctx but only session and prisma are available.
Any ideas? I tried looking it up but didn't really get anywhere
12 replies
TTCTheo's Typesafe Cult
•Created by brr on 10/6/2022 in #questions
react query question
currently when fetching the current user im checking if the JWT has expired, and making a call to a route to refresh the JWT. I placed both of these in 1 query (which I think is bad practice), how can I split them up?
I have tried multiple ways, but none of them seem like a good way of doing things, any help is appreciated thanks
4 replies