Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(aggregations): update syntax in unique aggregation function #2464

Conversation

thomasmarr
Copy link

Update syntax in return line of unique aggregation function
Use Array.from() instead of the spread operator [...]
Motivation: prevent polyfilling to [].concat() to enable reference by string in column definitions

closes #2173

Update syntax in return line of unique aggregation function
Use Array.from() instead of the spread operator [...]
Motivation: prevent polyfilling to [].concat() to enable reference by string in column definitions

closes TanStack#2173
@tannerlinsley tannerlinsley merged commit 30c4be6 into TanStack:master Jun 18, 2020
@tannerlinsley
Copy link
Collaborator

Noice!!!

@tannerlinsley
Copy link
Collaborator

🎉 This PR is included in version 7.2.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

unique aggregation return [SetIterator] instead of array
2 participants