TS not liking the post table
Hello. I am following Theo T3 Stack Tutorial - FROM 0 TO PROD and even though I do see T3 Stack has been updated. I am uncertain by once I add post, I get an error of
Unsafe return of an
any typed value.
. I have reset my TS multiple times with no changes. All I did was change example out as it has been removed for post as return ctx.prisma.post.findMany();
. Any advice is appreciated1 Reply
Weird. Looks like once the post.ts router was created. The TS issue just disappeared. Is the router name and the table something Theo TS is looking for?