Missing declaration file with `queryCompiler`?
Hey folks, I'm using the newest setup with
6.7.0
:
and
The issue I'm running into it with type-checking:
Has anyone else ran into this? What am I doing wrong here?2 Replies
You selected to wait for the human sages. They'll share their wisdom soon.
Grab some tea while you wait, or check out
#ask-ai
if you'd like a quick chat with the bot anyway!Seems to be a known issue: https://github.com/prisma/prisma/issues/27027
GitHub
Type error in
src/generated/prisma/internal/class.ts
when upgradi...Bug description I'm trying to upgrade our app from 6.5.0 to 6.7.0 along with new preview feature driverAdapters. When we now try to compile the code we are getting this error from tsc and I'...