react-with-styles-interface-css icon indicating copy to clipboard operation
react-with-styles-interface-css copied to clipboard

fix(ie11): replace Object.assign and Array.from.

Open ritz078 opened this issue 7 years ago • 1 comments

Object.assign is not supported on IE11

ritz078 avatar Mar 16 '18 08:03 ritz078

It’s expected that you’re using https://npmjs.com/airbnb-browser-shims in your app

This is not documented in the readme, but should be

lencioni avatar Mar 16 '18 16:03 lencioni