Skip to content

3.5.0 fails in PhantomJS without Object.assign polyfill #152

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Nagogus opened this issue Aug 28, 2017 · 0 comments
Closed

3.5.0 fails in PhantomJS without Object.assign polyfill #152

Nagogus opened this issue Aug 28, 2017 · 0 comments
Labels
Milestone

Comments

@Nagogus
Copy link

Nagogus commented Aug 28, 2017

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

@deini deini added the bug label Aug 29, 2017
@AntJanus AntJanus added this to the 3.5.1 milestone Aug 29, 2017
graingert pushed a commit to graingert/ng-redux that referenced this issue Sep 4, 2017
This allows the use of Object.assign
@deini deini closed this as completed in 7fbdc10 Sep 4, 2017
deini added a commit that referenced this issue Sep 4, 2017
switch to babel transform runtime Fixes #152
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants