#Zod union with data collections is undefined

6 messages · Page 1 of 1 (latest)

stiff imp
#

Not sure what's wrong here, the property is set?

dire nacelleBOT
#
No-one around right now?

It looks like no-one has responded to your question yet. People might not be available right now or don’t know how to answer your question. Want an answer while you wait? Try asking our experimental bot in #1095492539085230272.

rustic sky
#

Hmmm, could it be a Zod bug with mixed type unions? 🤔

#

I'd try parsing using that schema in a non-Astro context to see what happens:

const schema = z.union(...);
schema.parse('reading');
stiff imp
#

it was the stupid book: i had 😐

#

the error didnt make it clear at all