PrismaP
Prisma2y ago
6 replies
Zaid

Safe to import Prisma in Client Component?

I was wondering if it's safe to import Prisma (namespace) from @prisma/client in a client component with the "use client" directive. Using NextJS btw.
Was this page helpful?