Improving Parsing Error Messages for User-Friendly Forms
Is there a way to render "human friendly" error messages out of parsing errors?
I want to use this error message in my forms, below each field
I've seen that there exists
I want to use this error message in my forms, below each field
I've seen that there exists
formatErrors (https://github.com/Effect-TS/schema#formatting-errors) but it's not super human friendly
