You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 10, 2018. It is now read-only.
Current behavior
After trying to compile typescript, I get the following error:
src/generated/prisma.ts(6790,14): error TS2415: Class 'Prisma' incorrectly extends base class 'Prisma'.
Types of property 'query' are incompatible.
Type 'Query' is not assignable to type 'QueryMap'.
Index signature is missing in type 'Query'.
when "strictFunctionTypes": true is used in tsconfig.json.