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
'Set' does not exist in JS, but List with uniqueItems validation seems to be more precisely typed than Set since set will accept [1, 1, 3] – not valid and flatten it into [1, 3].
The text was updated successfully, but these errors were encountered:
'Set' does not exist in JS, but List with uniqueItems validation seems to be more precisely typed than
Set
since set will accept[1, 1, 3] – not valid
and flatten it into[1, 3]
.The text was updated successfully, but these errors were encountered: