lean-redux
Advanced tools
Comparing version 3.3.0 to 3.3.1
@@ -167,2 +167,10 @@ "use strict"; | ||
// mappedStateCache might not be called at all here. In that | ||
// case it has not changed at all so ensure it stays false. | ||
// Mark other caches false too to be on the safe side | ||
mappedStateCache.changed = false; | ||
scopedStateCache.changed = false; | ||
propsCache.changed = false; | ||
scopeCache.changed = false; | ||
if (typeof options.scope === "function") { | ||
@@ -169,0 +177,0 @@ scope = options.scope(ownProps); |
{ | ||
"name": "lean-redux", | ||
"description": "Redux state like local component state", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"main": "lib/lean.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
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
18019
247