Open weisisheng opened 10 months ago
Did you generate the prisma client with npx prisma generate
?
I did, let me try it again (think I can do this without harm)
Yes, re-ran prisma generate, no errors, restarted typescript server. puzzled. will give it a look-see over weekend/
Yes, re-ran prisma generate, no errors, restarted typescript server. puzzled. will give it a look-see over weekend/
did you mange the error
About 2:07 in to video, when I try to create the search filter and 'where' segments, I am getting the squiggly line TS errors that "Prisma.JobWhereInput" has no exported members. Checked the validation file is correct.
Here is exact error:
Property 'JobWhereInput' does not exist on type 'typeof import("/home/foouser/nextjs-world/coding-in-flow-tutorials/nextjs-job-board/node_modules/@prisma/client/index"
I am more familiar with drizzle-orm so this is a new command and error for me.
Thanks in advance for any assistance. Already checked copilot and google.
next.js 14.10.0 @prisma/client 5.7.1 prisma 5.7.1 react ^18