@cerebral/fluent
Advanced tools
Comparing version 1.0.0-1518864840251 to 1.0.0-1518886037718
@@ -304,2 +304,5 @@ import { extractModuleProp, isObject, BaseModel } from 'cerebral/internal'; | ||
return path.reduce((currentState, key) => { | ||
if (currentState === undefined) { | ||
return currentState; | ||
} | ||
if (currentState instanceof ObservableMap) { | ||
@@ -306,0 +309,0 @@ return currentState.get(key); |
{ | ||
"name": "@cerebral/fluent", | ||
"version": "1.0.0-1518864840251", | ||
"version": "1.0.0-1518886037718", | ||
"description": "Makes Cerebral typescript friendly", | ||
@@ -27,3 +27,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"cerebral": "^4.2.0-1518864840251", | ||
"cerebral": "^4.2.0-1518886037718", | ||
"mobx": "^3.4.1" | ||
@@ -30,0 +30,0 @@ }, |
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
61814
1512