Remix.run Logo
Lvl999Noob 3 days ago

Why does "true" parsing have to error out on the very first problem? It is more than possible (though maybe not easy) to keep parsing and collecting errors as they appear. Zod, as the given example in the post, does it.

1718627440 3 days ago | parent [-]

Because then it would need to represent invalid data in its output type.