Data coming back as undefined in T3 Stack Tutorial
I'm following the T3 tutorial and am having trouble with getting the tRPC query to resolve. I followed the tutorial up until ~26 min where I am trying to render the posts from the prisma database but data keeps coming back as undefined. And when I destructure isLoading as well, that is always true so it seems like it never finishes loading the query.
Anyone else run into this issue when following the tut? I have no clue what to do to fix it? Do I just move on and hope future code in the tutorial fixes the issue?