vazco / uniforms

A React library for building forms from any schema.
https://uniforms.tools
MIT License
1.95k stars 240 forks source link

Error 'parent.value is undefined' for z.string().array().optional() #1331

Closed dwidge closed 2 months ago

dwidge commented 5 months ago

Throws error 'parent.value is undefined' for optional array fields like z.string().array().optional().

import ZodBridge from "uniforms-bridge-zod";
import { AutoForm } from "uniforms-mui";