Laith Hussein
Laith Hussein
I'm using version 4.11.0 and I was facing the same issue, not sure why the direct import isn't working but this seems to fix it: ```typescript import { Prisma }...
@misomarcell I was having the same problem and injecting the performance class solved my issue, thanks. Seems like a pretty major issue to have been reported more than 6 months...
Just in case anyone was wondering, the error related to `Http2ServerResponse` turned out to be a type error in NodeJS, upgrading to V22 LTS fixed that issue.