Reactjs – Creatable Fields with React Hook Form and Zod (and Shad UI)
In my form, I would like the user to have the ability to add an undetermined number of users from other platforms (in this case, the other platforms are Go (board game) servers): My Zod schema looks like this at…