lean-redux
Advanced tools
Comparing version 3.0.1 to 3.1.0
@@ -183,2 +183,4 @@ "use strict"; | ||
handlerContext.props = props; | ||
handlerContext.dispatch = dispatch; | ||
if (!(0, _isEmpty2.default)(setStateCallbacks)) { | ||
@@ -185,0 +187,0 @@ setStateCallbacks.forEach(function (cb) { |
{ | ||
"name": "lean-redux", | ||
"description": "Redux state like local component state", | ||
"version": "3.0.1", | ||
"version": "3.1.0", | ||
"main": "lib/lean.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
@@ -128,1 +128,2 @@ | ||
Component [`setState()`](https://facebook.github.io/react/docs/component-api.html#setstate). | ||
- `this.dispatch: Function` Redux store dispatch |
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
16492
218
129