createSSGHelpers
I'm trying to fetch data in getStaticProps and getting the issue "Promise<{ paths: { params: { id: number; }; }[]; fallback: "blocking"; }>' is not assignable to type 'GetStaticPaths"
Wondering how to appropietly (without using deprecated functions) do SSR with trpc in nextjs.
0 Replies