xcatliu / react-ie8

Make your React app work in IE8
http://react-ie8.xcatliu.com/
998 stars 162 forks source link

Object doesn't support this property or method #7

Closed xcatliu closed 8 years ago

xcatliu commented 8 years ago

Perhaps you are using Object.assign.

xcatliu commented 8 years ago

Use core-js/es6/object polyfill.

require('core-js/es6/object');