Jakub Schulz
Jakub Schulz
I have the same problem. Workaround with manually registration works for me. Thanks!
Any updates?
I have the same problem: Works fine: ```ts const test = string().array().or(record(string())); type Test = z.infer // string[] | Record ``` Don't work: ```ts const test = object({ values: string().array().or(record(string()))...
@minht11 for me it doesn't work even for `[email protected]` and Vue extension with this version. Generally, since the beginning of Nuxt 3 I have had problems with typing in `useNuxtApp`,...