Marcin Suchorski
Results
2
comments of
Marcin Suchorski
Same happens when validating array length without the use of `.refine`. Example ``` someField: z.string().array().min(1, { message: "Custom message" }), ``` Later in code: ``` {errors.someField?.message} {/* Property 'message' does...
+1, a class for the end of selection range is missing.