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
I’ve encountered the same issue with z.union() ignoring custom error messages. As a workaround, I’ve used a combination of optional and superRefine to ensure that my custom error message is respected. Here’s how I approached it:
In this code, I expect that
result.error.errors
emit my custom error message. But I gotIs this specification or bug?
The text was updated successfully, but these errors were encountered: