Comparing version 0.4.3 to 0.4.4
{ | ||
"name": "cerebral", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"description": "An intelligent react application framework", | ||
@@ -5,0 +5,0 @@ "main": "src/Cerebral.js", |
@@ -68,3 +68,3 @@ 'use strict'; | ||
console.warn('Cerebral was unable to remember your state, probably due to an incompatible change in the code. State has been reset!'); | ||
helpers.eventStore.reset(helpers); | ||
helpers.eventStore.reset(helpers.currentState); | ||
} | ||
@@ -146,3 +146,3 @@ | ||
helpers.asyncCallbacks = {}; | ||
helpers.eventStore.reset(helpers); | ||
helpers.eventStore.reset(helpers.currentState); | ||
}; | ||
@@ -149,0 +149,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
164597