redux-interactions
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -35,5 +35,4 @@ "use strict"; | ||
} | ||
// We rely on interactions objects auto-binding all methods (for `this`). | ||
return scopedSelector.apply(void 0, [_.get(state, this.mountPoint)].concat(args)); | ||
return scopedSelector.call.apply(scopedSelector, [this, _.get(state, this.mountPoint)].concat(args)); | ||
}; | ||
} |
{ | ||
"name": "redux-interactions", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "A streamlined approach to managing your Redux action creators and reducers.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/convoyinc/redux-interactions", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44085
881