v3.3.0
Minor Changes
-
66f5b5d: Match
ZodError
via heuristics instead of relying oninstanceof
.Why? Because we want to ensure that zod-validation-error works smoothly even when multiple versions of zod have been installed in the same project.
66f5b5d: Match ZodError
via heuristics instead of relying on instanceof
.
Why? Because we want to ensure that zod-validation-error works smoothly even when multiple versions of zod have been installed in the same project.