- Notifications
You must be signed in to change notification settings - Fork317
fix: added babel transform-object-assign to fix IE support#255
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecov-io commentedAug 29, 2017
Codecov Report
@@ Coverage Diff @@## master #255 +/- ##======================================= Coverage ? 82% ======================================= Files ? 5 Lines ? 150 Branches ? 0 ======================================= Hits ? 123 Misses ? 27 Partials ? 0
Continue to review full report at Codecov.
|
cyberhck commentedSep 22, 2017
what's going on with this one? why is this PR not merged? |
Is there anything that I specifically need to do? |
cyberhck commentedSep 28, 2017 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
it almost looks like author of this repo didn't even look at this PR 😄 BTW to make tests pass, you need to ADD some tests, reason those are failing is because redux-logger doesn't have enough test coverage. |
z-vr commentedNov 15, 2017
just spent an hour figuring it out, can this be merged please. |
Using native Object.assign was breaking IE support, so I pulled in
babel-plugin-transform-object-assignto add in a polyfill when necessary.Also the linter was complaining about the quotes around
TRACEso I fixed that too.