zenstackhq / zenstack

Fullstack TypeScript toolkit that enhances Prisma ORM with flexible Authorization layer for RBAC/ABAC/PBAC/ReBAC, offering auto-generated type-safe APIs and frontend hooks.
https://zenstack.dev
MIT License
2.07k stars 88 forks source link

Should give a warning if an incompatible version of zod is installed #570

Closed ymc9 closed 1 year ago

ymc9 commented 1 year ago

The latest compatible version of zod is "3.21.1".

ymc9 commented 1 year ago

Let's see if we can help fix the issue from zod side.

https://github.com/colinhacks/zod/issues/2184

ymc9 commented 1 year ago

This doesn't seem to happen with the latest ZenStack anymore. Closing for now.