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

Need polypill for Object.assign #1506

Closed
xdamman opened this issue Mar 25, 2017 · 4 comments
Closed

Need polypill for Object.assign #1506

xdamman opened this issue Mar 25, 2017 · 4 comments

Comments

@xdamman
Copy link

xdamman commented Mar 25, 2017

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):

mkdir nextpolyfill
cd nextpolyfill
npm install next react react-dom --save
mkdir pages
echo "export default () => (<div>Welcome to next.js!</div>)" > pages/index.js
next
open http://localhost:3000

For reference:

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign

@xdamman
Copy link
Author

xdamman commented Mar 25, 2017

This is solved in the latest 2.0.0-beta

npm install still install the 1.2.3 version by default.

@xdamman xdamman closed this as completed Mar 25, 2017
@rwieruch
Copy link
Contributor

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.

@getsetbro
Copy link

#polypill

@lock
Copy link

lock bot commented May 10, 2018

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.

@lock lock bot locked as resolved and limited conversation to collaborators May 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants