Shadcn select with zod error: TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator))
I have this select from shadcn
and I am trying to use it with zod
. Upon clicking on the select
, it would show these errors:
I have this select from shadcn
and I am trying to use it with zod
. Upon clicking on the select
, it would show these errors: