Remix - Performance
You wrote this Prisma query in a Remix loader:
But it throws an error. What is the problem?
const users = await prisma.user.findMany({ where: { age: { gt: 18 } }, limit: 10 });But it throws an error. What is the problem?
