react-localization icon indicating copy to clipboard operation
react-localization copied to clipboard

I'm getting Error: Object doesn't support property or method 'assign' on IE 11

Open chandu147 opened this issue 6 years ago • 1 comments

chandu147 avatar Sep 28 '18 10:09 chandu147

Sounds like you need to add Object.assign polyfill to your project. See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign or https://www.npmjs.com/package/es6-object-assign

jkarttunen avatar Dec 04 '18 12:12 jkarttunen