Ivan Khmelevskiy
Results
2
comments of
Ivan Khmelevskiy
Faced the same problem. Firefox 93.0 (64-bit) on Windows 10. I think it's only Firefox bug because in all chromium browsers editor works fine. I debugged it a bit when...
Faced the same issue, but only while building a docker image. Can confirm, that `emitTranspiledCode = false` fixes my problem. base is `node:18.16-alpine`. package versions are: `"@prisma/client": "^5.4.2"`,`"prisma": "^5.4.2"`, `"reflect-metadata":...