Joonas Lõmps

Results 4 comments of Joonas Lõmps

Any update on this?

Running into the same problem trying to use child form (withForm) as shared field between four different forms that would include those. Any suggestion to avoid massive duplication? It's also...

Does anyone happen to have a suggestion for a workaround to not copy-paste shared parts of forms? ``` typescript z.object({ base: z.object({ id: z.number(), name: z.string().min(1), dueDate: z.string().date(), ... }),...