You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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) })')
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
The text was updated successfully, but these errors were encountered: