Closed hnicbaker closed 5 years ago
Hey @hnicbaker, thanks for the PR 👍 In this case, I think it'd be better to modify the code to not use Object.assign
instead of adding a new dependency.
Just pushed a new version that removes Object.assign
. Thanks again for the PR.
Object.assign is unavailable in IE, replaced with Lodash.assign