Open oldo opened 4 months ago
I have the same issue. #252 was supposed to fix this issue, no? @chrishoermann
.prisma/client/index".Prisma' has no exported member named '{modelName}CreateManyAndReturnArgs
Nothing to add, but seeing this in my application too. Putting on your radar @chrishoermann
zod: 3.22.3
zod-prisma-types: 3.1.8
prisma: 5.16.2
Just discovered that I had an older version of zod-prisma-types
pinned in my package.json
😱
I upgraded to latest and it resolved the issue!
Describe the bug I just updated Prisma to the latest version:
And now when I run
generate
I get a whole series of errors saying that each model within my project doesn't have an exported member from prisma client of{modelName}AndReturnCreateManyArgs
not found.Perhaps related to this feature? https://github.com/chrishoermann/zod-prisma-types/commit/8243ffa23d5324dc746badff6758215b70a28eaa
Screenshots
Package versions (please complete the following information):
3.22.3
5.15.2