stefalda / react-localization

Simple module to localize the React interface using the same syntax used in the ReactNativeLocalization module.
MIT License
372 stars 57 forks source link

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

Open chandu147 opened 5 years ago

jkarttunen commented 5 years ago

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