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

IE11 Object doesn't support property or method 'assign' #2859

Closed
lailo opened this issue Aug 28, 2017 · 2 comments
Closed

IE11 Object doesn't support property or method 'assign' #2859

lailo opened this issue Aug 28, 2017 · 2 comments

Comments

@lailo
Copy link

lailo commented Aug 28, 2017

Hi y'all

I'm using Next.js V3.0.3 and I'm having problem on IE11 with the following error;

Object doesn't support property or method 'assign'
TypError: Object doesn't support property or method 'assign' 

Steps to Reproduce (for bugs)

  1. Create a next.js app
  2. use {...oneObject, ...secondObject} in your code
  3. build
  4. run

Context

It's working on Chrome desktop/mobile and it's working on Safari desktop/mobile. It's working on Microsoft Edge but not IE11.

Your Environment

Tech Version
next 3.0.3
node 8.1.0
npm 5.0.3
OS macOS 0.12.6
browser Internet Explorer 11

Is there any solution to this problem or a hotfix?

Thanks for your help.

@renancouto
Copy link
Contributor

You can use a polyfill for that

@timneutkens
Copy link
Member

Duplicate of #2468

@timneutkens timneutkens marked this as a duplicate of #2468 Aug 28, 2017
@lock lock bot locked as resolved and limited conversation to collaborators May 11, 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