Remix - Performance
This Remix loader code causes a runtime error:
What is the problem?
const data = await prisma.user.findMany({ where: { age: { gt: 'twenty' } } });What is the problem?
