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
data ? console.error(msg,data, ...opts) : console.error(msg, ...opts);
TypeError: Invalid attempt to spread non-iterable instance.
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.
at _nonIterableSpread (nonIterableSpread.js:8:9)
at _toConsumableArray (toConsumableArray.js:14:304)
at YupSchemaEntry.error (entry.js:171:423)
at YupSchemaEntry.toEntry (entry.js:179:14)
at Object.createYupSchemaEntry (create-entry.js:10:71)
at YupBuilder.createYupSchemaEntry (yup-builder.js:282:26)
at YupBuilder.propToYupSchemaEntry (yup-builder.js:276:19)
at YupBuilder.reducePropToShape (yup-builder.js:251:33)
at eval (yup-builder.js:245:16)
at Array.reduce (<anonymous>)
opts is object
object cant spread to array
The text was updated successfully, but these errors were encountered:
schema-to-yup/src/entry.js
Line 110 in 67e3347
opts is object
object cant spread to array
The text was updated successfully, but these errors were encountered: