We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unfortunately the query log statement shown on https://www.prisma.io/docs/concepts/components/prisma-client/working-with-prismaclient/logging#event-based-logging is not typesafe - ts rejects it with Argument of type '"query"' is not assignable to parameter of type '"beforeExit"'.ts(2345).
Argument of type '"query"' is not assignable to parameter of type '"beforeExit"'.ts(2345)
The page should include a variant, which can be used in typescript w/o any errors as well.
The text was updated successfully, but these errors were encountered:
Might be fixed in prisma/prisma#24133
Sorry, something went wrong.
prismaClient.$on(...)
No branches or pull requests
Unfortunately the query log statement shown on https://www.prisma.io/docs/concepts/components/prisma-client/working-with-prismaclient/logging#event-based-logging is not typesafe - ts rejects it with
Argument of type '"query"' is not assignable to parameter of type '"beforeExit"'.ts(2345)
.The page should include a variant, which can be used in typescript w/o any errors as well.
The text was updated successfully, but these errors were encountered: