`Prisma.skip` seen as `undefined`?

No description
3 Replies
piscopancer
piscopancerOP3mo ago
i have strictUndefinedChecks on
"@prisma/client": "^5.22.0",
"@prisma/react-native": "^5.22.0",
"@prisma/client": "^5.22.0",
"@prisma/react-native": "^5.22.0",
piscopancer
piscopancerOP3mo ago
what am I doing wrong?
No description
RaphaelEtim
RaphaelEtim3mo ago
Hi @piscopancer I can see you are using the latest version of Prisma client which should allow you to use Prisma.skip. I'm not sure why it isn't working as expected within your react native setup. Could you please open an issue here.

Did you find this page helpful?