@cerebral/inferno
Advanced tools
Comparing version 3.0.0 to 4.0.0-1514099265786
@@ -38,3 +38,3 @@ 'use strict'; | ||
if (!controller) { | ||
(0, _cerebral.throwError)('Can not find controller, did you remember to use the Container component? Read more at: https://cerebraljs.com/docs/views/inferno.html'); | ||
(0, _cerebral.throwError)('Can not find controller, did you remember to use the Container component? Read more at: http://cerebraljs.com/docs/api/components.html#inferno'); | ||
} | ||
@@ -61,4 +61,4 @@ | ||
_createClass(BaseComponent, [{ | ||
key: 'componentDidMount', | ||
value: function componentDidMount() { | ||
key: 'componentWillMount', | ||
value: function componentWillMount() { | ||
this.view.mount(); | ||
@@ -65,0 +65,0 @@ } |
{ | ||
"name": "@cerebral/inferno", | ||
"version": "3.0.0", | ||
"version": "4.0.0-1514099265786", | ||
"description": "Inferno view for Cerebral", | ||
@@ -20,3 +20,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"cerebral": "^4.0.0" | ||
"cerebral": "^5.0.0-1514099265786" | ||
}, | ||
@@ -23,0 +23,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
22709
2
+ Addedcerebral@5.2.1(transitive)
- Removedcerebral@4.2.2(transitive)