Comparing version 0.1.17 to 0.1.18
@@ -27,2 +27,4 @@ 'use strict'; | ||
var keys = Object.keys; | ||
var ReshowComponent = function (_Component) { | ||
@@ -57,4 +59,5 @@ _inherits(ReshowComponent, _Component); | ||
}); | ||
this.pathStates.forEach(function (path, key) { | ||
results[key] = (0, _getObjectValue2.default)(results, path); | ||
var pathStates = this.pathStates; | ||
keys(pathStates).forEach(function (key) { | ||
results[key] = (0, _getObjectValue2.default)(results, pathStates[key]); | ||
}); | ||
@@ -61,0 +64,0 @@ return results; |
{ | ||
"name": "reshow", | ||
"version": "0.1.17", | ||
"version": "0.1.18", | ||
"description": "Flux Reducer Present Library", | ||
@@ -5,0 +5,0 @@ "main": "./build/src/index.js", |
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
23121
440