Replies: 1 comment
-
can you please provide a complete minimal example? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I use zod to validate search parameters, if the parameters are erroneous, all parameters will be cleared and the error message basically becomes all parameters are missing. I'm basically following what was described in the documentation. I understand you guys believe search param errors should not interrupt user experience, and the validation layer should just fill in incorrect values. This behavior is ridiculous when I do want to show errors to users.
Beta Was this translation helpful? Give feedback.
All reactions