angular-redux / ng-redux

Angular bindings for Redux
MIT License
1.16k stars 177 forks source link

3.5.0 fails in PhantomJS without Object.assign polyfill #152

Closed Nagogus closed 7 years ago

Nagogus commented 7 years ago

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