@smartface/contx
Advanced tools
Comparing version 1.0.0-rc.11 to 1.0.0-rc.12
@@ -156,3 +156,3 @@ (function (global, factory) { | ||
e.message = "An Error is occurred When action [" + action.type + "] run on target [" + target + "]. " + e.message; | ||
throw new Error(e); | ||
(0, _raiseErrorMaybe2.default)(e, _this.actors.collection[target].onError); | ||
} | ||
@@ -159,0 +159,0 @@ }; |
@@ -42,6 +42,2 @@ (function (global, factory) { | ||
superOnShow(params); | ||
this.dispatch && this.dispatch({ | ||
type: "onShowUpdate" | ||
}); | ||
} | ||
@@ -48,0 +44,0 @@ } |
@@ -38,2 +38,3 @@ (function (global, factory) { | ||
page.onHide = (0, _patchMethod2.default)(page, "onHide", onHide); | ||
page.didComponentEnter = (0, _patchMethod2.default)(page, "didComponentEnter", didComponentEnter); | ||
@@ -58,5 +59,5 @@ page.onOrientationChange = (0, _patchMethod2.default)(page, "onOrientationChange", onOrientationChange); | ||
superOnShow && superOnShow(data); | ||
this.dispatch && this.dispatch({ | ||
type: "onShowUpdate" | ||
}); | ||
// this.dispatch && this.dispatch({ | ||
// type: "onShowUpdate" | ||
// }); | ||
@@ -63,0 +64,0 @@ this.dispatch && this.dispatch({ |
{ | ||
"name": "@smartface/contx", | ||
"version": "1.0.0-rc.11", | ||
"version": "1.0.0-rc.12", | ||
"description": "Context Manager", | ||
@@ -5,0 +5,0 @@ "scripts": { |
79979
1809