You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently rewriting Valibot. This will most likely be possible in the future. I expect a new release in about 3 or 4 weeks. You can follow the progress in #502.
Hi, folks!
I'm just considering to migrate validator from
zod
tovalibot
.Then, I met an issue to prevent it.
zod provides
superRefine
method and it is useful like the following case;I guess pipeline with
custom
cannot cover this use case;Are there any solution about this in
valibot
?The text was updated successfully, but these errors were encountered: