-
Notifications
You must be signed in to change notification settings - Fork 27.4k
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
Need polypill for Object.assign #1506
Comments
This is solved in the latest 2.0.0-beta npm install still install the 1.2.3 version by default. |
I was running into this issue for IE11 and Next.js 2.4.9. Do I still need a polyfill when upgrading to the recent Next.js version (3.2.2 at this time)? Otherwise I would include the polyfill like this #453 I am not able to test it right now and didn't find anything in the release notes. |
#polypill |
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread. |
Firefox 28 (you can download it from https://ftp.mozilla.org/pub/firefox/releases/28.0/ if you need to test it)
Steps to reproduce (nothing fancy, just a fresh install):
For reference:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
The text was updated successfully, but these errors were encountered: