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 support #16

Closed
ironLink21 opened this issue Nov 1, 2017 · 2 comments
Closed

IE11 support #16

ironLink21 opened this issue Nov 1, 2017 · 2 comments

Comments

@ironLink21
Copy link

It looks like when trying to use this component in IE11 it throws errors for "SCRIPT438: Object doesn't support property or method 'assign' " which tracking down the issue means that it doesn't like Object.assign()

I found a workaround if you want to try it (if you really want to support IE11) to use the object-assign package here: https://github.com/sindresorhus/object-assign instead of the native Object.assign()

@dylanpinn
Copy link

I had a similar problem and fixed it by adding polyfills to add the missing methods.

@ironLink21
Copy link
Author

It was interesting because I had polyfills instead but it must have been caching because it's working now.

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

No branches or pull requests

2 participants