xcatliu/react-ie8

Object doesn't support this property or method

xcatliu opened this issue · 1 comments

Perhaps you are using Object.assign.

Use core-js/es6/object polyfill.

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