-
-
Notifications
You must be signed in to change notification settings - Fork 800
New issue
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
support prisma extensions #4291
Labels
Comments
hey @papsavas, thanks for the issue, can you please complete the issue template? Also can you provide an example of an extension failing for you with the typescript error. |
related to #4251 |
@siddhsuresh i've added as much context as i could. A specified example is not necessary due to the global scope that the error holds, as also mentioned in #4251 |
thanks @papsavas, taking a look now |
any updates? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What do you want and why?
handle
$extends()
prisma function (currently errors toTypeError: (intermediate value).$extends is not a function
PrismaClient
break when extensions are added.(Correct) DB types using
new PrismaClient()
without blitz enhancement (cannot be used due to this):Additional Context
The error of using
The text was updated successfully, but these errors were encountered: