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
It seams that uniqueItems check is not working for array of objects. For instance env.validate([{"a":1}, {"a": 1}], { uniqueItems : true }) generates no errors.
The text was updated successfully, but these errors were encountered:
It seams that
uniqueItems
check is not working for array of objects. For instanceenv.validate([{"a":1}, {"a": 1}], { uniqueItems : true })
generates no errors.The text was updated successfully, but these errors were encountered: