Skip to content

Commit

Permalink
Make lint unhappy again
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuklis committed Aug 16, 2018
1 parent 2543719 commit fce326f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions connect.js
Expand Up @@ -97,8 +97,7 @@ const wrap = (Wrapped, module, epics, logger, options = {}) => {
});
}

// eslint-disable-next-line camelcase
UNSAFE_componentWillReceiveProps(nextProps) {
componentWillReceiveProps(nextProps) {
// this.logger.log('connect', `in componentWillReceiveProps for ${Wrapped.name}: nextProps.location=`, nextProps.location, 'this.props.location=', this.props.location);
if (this.componentShouldRefreshRemote(nextProps)) {
this.props.refreshRemote({ ...nextProps });
Expand Down

0 comments on commit fce326f

Please sign in to comment.