react-component-queries icon indicating copy to clipboard operation
react-component-queries copied to clipboard

Depends on `Object.assign` which is missing in e.g. iOS 8 Safari

Open kraf opened this issue 8 years ago • 2 comments

Depends on Object.assign which is missing in e.g. iOS 8 Safari

kraf avatar Mar 20 '17 11:03 kraf

Thanks for the heads up. Will look into this

ctrlplusb avatar Apr 17 '17 19:04 ctrlplusb

You need to include the object-assign ponyfill, or if you're using babel, use their babel-polyfill.

React will remove object-assign from it's library too soon-ish: https://github.com/facebook/react/pull/10280

kumarharsh avatar Oct 11 '17 13:10 kumarharsh