view
view copied to clipboard
Guard on Array of names being provided with singular value
A singular value will trigger the constantization of the names Array,
which returns an invalid result. The user likely wanted to decorate
an Array-like collection if they were manually providing an array of
names through the as option.