Support for Zod v4 #1569
-
Are there plans to support Zod v4 schema for form validators? |
Beta Was this translation helpful? Give feedback.
Answered by
Balastrong
Jun 9, 2025
Replies: 1 comment 2 replies
-
Zod 4 is already supported since it implements the Standard Schema interface, supported by TanStack Form. See #1529 If you spot any bug or unexpected behaviour, feel free to raise an issue with the details :) |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Balastrong
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Zod 4 is already supported since it implements the Standard Schema interface, supported by TanStack Form. See #1529
If you spot any bug or unexpected behaviour, feel free to raise an issue with the details :)