Object doesn't support this property or method
xcatliu opened this issue · 1 comments
xcatliu commented
Perhaps you are using Object.assign
.
xcatliu commented
Use core-js/es6/object polyfill.
require('core-js/es6/object');
xcatliu opened this issue · 1 comments
Perhaps you are using Object.assign
.
Use core-js/es6/object polyfill.
require('core-js/es6/object');