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 does'nt support property or method 'assign' Error IE11 #103

Closed
jamesleesaunders opened this issue May 30, 2018 · 2 comments
Closed
Labels

Comments

@jamesleesaunders
Copy link
Owner

jamesleesaunders commented May 30, 2018

Browser: Internet Explorer 11.0.9600.19002
Error: Object doesn't support property or method 'assign'.

In the following function:

componentHeatMapRow () {
...
   // Add cells to series group
   seriesValues.map(function (el) {
             var o = Object.assign({}, el);     <---- here
             o.series = seriesName;
             return o;
           });
...
}

image003

@jamesleesaunders jamesleesaunders changed the title Object does'nt support property or method 'assign' Error Object does'nt support property or method 'assign' Error IE11 May 30, 2018
@jamesleesaunders
Copy link
Owner Author

See: https://stackoverflow.com/questions/35215360/getting-error-object-doesnt-support-property-or-method-assign

the Object.assign() method is not supported in IE

@jamesleesaunders
Copy link
Owner Author

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

1 participant