-
-
Notifications
You must be signed in to change notification settings - Fork 931
Closed
Labels
Description
the following code proiduces an error on the ...
const test2 = [...new Set(test || [])];
this is incorrect as new Set() returns a Set where as [...new Set(test || [])] returns an array.
looks like this regressed in #4791 ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Fields
Give feedbackPriority
None yet