Does anyone know of any bugs that makes the type inference to break?
Example files missing, referenced in folder structure docs.
src/pages/api The api folder contains all the API routes of the Next.js application. The examples.ts file contains an example of a route that uses the Next.js API route feature along with Prisma. The restricted.ts file contains an example of a route that uses the Next.js API route feature and is protected by NextAuth.js....
Name CSS Import
Next/Script

Zod date string validation
How can i make static array from react query
Query random rows in mysql DB with prisma.
const randomOrd = await ctx.prisma
.$queryRawSELECT * FROM Ord ORDER BY RAND() LIMIT ${number};;...using prisma with next 13 app dir
Updating linear gradient using JavaScript (React)
the best way to back up a prisma/mysql database?
What is the recommended way to take care of Auth in Expo?
Updates from mutation responses with trpc?
list: publicProcedure.query("items", async () => {, I get an error saying that query() is only expecting 1 argument, not 2....Multiple renders of the same chat sent via Pusher

Error when using middleware
Error [TypeError]: Class extends value undefined is not a constructor or nullWhat am I doing wrong?...
TSConfig Path Alias doesn't resolve in monorepo
packages/api. That led to the following error.
```
../../packages/api/src/trpc/router/meeting/meeting-attendance-link.ts:2:0
Module not found: Can't resolve '@/common/grant-rewards'...React state management for forms (creation is simple but reusing for editing is hard)
How do you hit trpc endpoints via http request?
Vercel functions - python + node runtimes
Unsafe assignment of an `any` value
any zealot, but these new errors have me scratching my head
As you can see in the image the linter is complaining that there is an unsafe assignment of an any value but from what I can see everything appears to be typed, and there are no any values to be found.
Is this an issue with my linter setup, or can someone help explain what I'm missing. I've checked the typescript rules page for these warnings, but I am not seeing any examples that come close to matching what I have in my code....
rewriting table to use react table