This fixes #2927, a regression that resulted from #2158. The change is trivial and obvious: _.toArray is our single trusted way to reliably produce arrays from values.
I'm not expecting a review (although reviews are welcome); this pull request is just to leave a trace.
This fixes #2927, a regression that resulted from #2158. The change is trivial and obvious:
_.toArray
is our single trusted way to reliably produce arrays from values.I'm not expecting a review (although reviews are welcome); this pull request is just to leave a trace.