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

Object.groupBy and Map.groupBy are not proposals anymore #1388

Closed
vinayraghu1 opened this issue Jan 22, 2025 · 1 comment
Closed

Object.groupBy and Map.groupBy are not proposals anymore #1388

vinayraghu1 opened this issue Jan 22, 2025 · 1 comment
Labels

Comments

@vinayraghu1
Copy link

Coming from a NextJS 14 app that didn't work properly in Safari 16 because they don't include the GroupBy polyfill.

This feature is widely supported since March 2024 across modern browsers. The MDN docs links to the core-js polyfill.

When I checked the docs, it looks like GroupBy is still under /proposals and all the polyfills next uses are /features. I assume this was never bumped. Happy to make a PR just didn't know where to start with the change.

@zloirock
Copy link
Owner

zloirock commented Jan 23, 2025

They were moved to stable features more than a year ago, #1306, you could add them to the NextJS polyfills list.

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

No branches or pull requests

2 participants