marilari88 / zod-playground

Play with Zod schema validation
https://zod-playground.vercel.app
MIT License
31 stars 1 forks source link

Better formatting Zod errors in case of values not validated #13

Closed marilari88 closed 3 months ago

marilari88 commented 4 months ago

Currently, Zod errors are displayed as they arrive from the library. We could represent them in a structured way, such as a list

marilari88 commented 3 months ago

This library can be useful for this task: https://github.com/causaly/zod-validation-error