Comparing version 2.6.8 to 2.6.9
@@ -183,8 +183,9 @@ "use strict"; | ||
var state = options.state; | ||
var defaultVars = { | ||
value: state, | ||
vars: {} | ||
}; | ||
if (!prop) { | ||
return { | ||
value: state, | ||
vars: {} | ||
}; | ||
return defaultVars; | ||
} | ||
@@ -199,2 +200,6 @@ | ||
if (!vars) { | ||
return defaultVars; | ||
} | ||
return { | ||
@@ -201,0 +206,0 @@ value: _dotPropImmutable.default.get(state, matchProps), |
{ | ||
"name": "dot-store", | ||
"version": "2.6.8", | ||
"version": "2.6.9", | ||
"description": "Like Redux, but easy", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
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
60107
947