@cerebral/fluent
Advanced tools
Comparing version 1.0.0-1518524980837 to 1.0.0-1518545347774
@@ -32,5 +32,3 @@ import { Reaction } from 'mobx'; | ||
registerAutorun() { | ||
console.log(this._displayName, 'starting autorun!'); | ||
this.autorun = autorun(() => { | ||
console.log(this._displayName, 'autorun!'); | ||
this.cerebralProps = this.dependencies({ | ||
@@ -47,3 +45,2 @@ state: this.controller.state, | ||
mount() { | ||
console.log(this._displayName, 'MOUNTING!'); | ||
this.registerAutorun(); | ||
@@ -50,0 +47,0 @@ this.isMounted = true; |
{ | ||
"name": "@cerebral/fluent", | ||
"version": "1.0.0-1518524980837", | ||
"version": "1.0.0-1518545347774", | ||
"description": "Makes Cerebral typescript friendly", | ||
@@ -27,3 +27,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"cerebral": "^4.2.0-1518524980837", | ||
"cerebral": "^4.2.0-1518545347774", | ||
"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
60259
1470