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

add polyfill for Object.assign as it is not supported by IE11 #2710

Merged
merged 1 commit into from
Oct 2, 2019

Conversation

panthony
Copy link
Contributor

@panthony panthony commented Oct 2, 2019

Closes #2708

I took the path of adding the polyfill directly because this is 20L of codes and moving forward this is very likely that we (or at least I) use 'assign' out of habit here and there when I need a shallow copy.

@codecov-io
Copy link

codecov-io commented Oct 2, 2019

Codecov Report

Merging #2710 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2710   +/-   ##
=======================================
  Coverage   82.75%   82.75%           
=======================================
  Files          59       59           
  Lines        4737     4737           
=======================================
  Hits         3920     3920           
  Misses        817      817

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 391897d...47d6728. Read the comment docs.

Copy link
Member

@kt3k kt3k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

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

Successfully merging this pull request may close these issues.

ie11 - Object doesn't support property or method 'assign'
3 participants