angular-redux/ng-redux

3.5.0 fails in PhantomJS without Object.assign polyfill

Nagogus opened this issue · 0 comments

FYI

As lodash assign method was replaced by Object.assign all tests using phantomjs as browser start to fail.
TypeError: undefined is not a constructor (evaluating 'assign({}, store, { connect: Connector(store) })')

Can be fixed by downgrading to 3.4.1 or using phantomjs-polyfill-object-assign