You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: Spread syntax requires ...iterable[Symbol.iterator] to be a function
at at.error (<anonymous>:1408:61)
at at.toEntry (<anonymous>:1413:18)
at Object.ot [as createYupSchemaEntry] (<anonymous>:1421:27)
at ct.createYupSchemaEntry (<anonymous>:1519:30)
at ct.propToYupSchemaEntry (<anonymous>:1516:23)
at ct.reducePropToShape (<anonymous>:1512:27)
at <anonymous>:1509:40
at ct.objPropsToShape (<anonymous>:1509:21)
Should anyOf be working at all or am I missing something obvious?
The text was updated successfully, but these errors were encountered:
Using the
anyOf
operator inside a JSONSchema doesn't seem to work in the library:Results in the following error:
Should
anyOf
be working at all or am I missing something obvious?The text was updated successfully, but these errors were encountered: