Can I use tRPC useQuery inside getServerSideProps?
getServerSideProps is supposed to be async.
Since the useQuery calls are synchronous, I get a type error:
My end goal is to have a SSR component who's props are fetched via tRPC.
Since the useQuery calls are synchronous, I get a type error:
My end goal is to have a SSR component who's props are fetched via tRPC.
