.partial() is ruining the error scope
1 Reply
Hmm that is an interesting one, I will have to look into it.
Thanks for reporting it!
(the issue is here for posterity):
https://github.com/arktypeio/arktype/issues/1492
GitHub
.partial() is ignoring custom error messages on fields in a type ·...
Report a bug When using .partial() on a type the custom errors of the fields in that type get voided. 🔎 Search Terms partial, custom error 🧩 Context ArkType version: 2.1.20 🧑💻 Repro Playground Lin...