@@ -6981,7 +6981,7 @@ module.exports = __webpack_require__(126);
6981
6981
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return __WEBPACK_IMPORTED_MODULE_0__observer__["a"]; });
6982
6982
/* unused harmony reexport isObservable */
6983
6983
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return __WEBPACK_IMPORTED_MODULE_0__observer__["d"]; });
6984
- /* unused harmony reexport unobserve */
6984
+ /* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return __WEBPACK_IMPORTED_MODULE_0__observer__["e"]; });
6985
6985
/* unused harmony reexport unqueue */
6986
6986
/* unused harmony reexport exec */
6987
6987
@@ -6997,7 +6997,7 @@ module.exports = __webpack_require__(126);
6997
6997
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__store__ = __webpack_require__(97);
6998
6998
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__internals__ = __webpack_require__(35);
6999
6999
/* harmony export (immutable) */ __webpack_exports__["d"] = observe;
7000
- /* unused harmony export unobserve */
7000
+ /* harmony export (immutable) */ __webpack_exports__["e"] = unobserve;
7001
7001
/* unused harmony export unqueue */
7002
7002
/* unused harmony export exec */
7003
7003
/* unused harmony export isObservable */
@@ -22785,7 +22785,7 @@ function easyStateHOC (WrappedComp) {
22785
22785
}
22786
22786
22787
22787
this[IS_DIRECT_RENDER] = true
22788
- __webpack_require__.i(__WEBPACK_IMPORTED_MODULE_0__nx_js_observer_util__["b" /* observe */])(this[OBSERVED_RENDER])
22788
+ this[OBSERVED_RENDER] = __webpack_require__.i(__WEBPACK_IMPORTED_MODULE_0__nx_js_observer_util__["b" /* observe */])(this[OBSERVED_RENDER])
22789
22789
this[IS_DIRECT_RENDER] = false
22790
22790
22791
22791
return this[RENDER_RESULT]
@@ -22811,6 +22811,13 @@ function easyStateHOC (WrappedComp) {
22811
22811
}
22812
22812
return false
22813
22813
}
22814
+
22815
+ componentWillUnmount () {
22816
+ if (super.componentWillUnmount) {
22817
+ return super.componentWillUnmount()
22818
+ }
22819
+ __webpack_require__.i(__WEBPACK_IMPORTED_MODULE_0__nx_js_observer_util__["c" /* unobserve */])(this[OBSERVED_RENDER])
22820
+ }
22814
22821
}
22815
22822
}
22816
22823
@@ -23796,14 +23803,11 @@ let ContactList = __webpack_require__.i(__WEBPACK_IMPORTED_MODULE_1_react_easy_s
23796
23803
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_react___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_react__);
23797
23804
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_react_easy_state__ = __webpack_require__(34);
23798
23805
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__store__ = __webpack_require__(210);
23799
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return Profile; });
23800
- var _class;
23801
23806
23802
23807
23803
23808
23804
23809
23805
-
23806
- let Profile = __webpack_require__.i(__WEBPACK_IMPORTED_MODULE_1_react_easy_state__["a" /* easyComp */])(_class = class Profile extends __WEBPACK_IMPORTED_MODULE_0_react__["Component"] {
23810
+ let Profile = class Profile extends __WEBPACK_IMPORTED_MODULE_0_react__["Component"] {
23807
23811
constructor(...args) {
23808
23812
var _temp;
23809
23813
@@ -23902,9 +23906,10 @@ let Profile = __webpack_require__.i(__WEBPACK_IMPORTED_MODULE_1_react_easy_state
23902
23906
Object.assign(__WEBPACK_IMPORTED_MODULE_2__store__["a" /* default */].user, this.state.newProfile);
23903
23907
this.state.editing = false;
23904
23908
}
23905
- }) || _class ;
23909
+ };
23906
23910
23907
23911
23912
+ /* harmony default export */ __webpack_exports__["a"] = (__webpack_require__.i(__WEBPACK_IMPORTED_MODULE_1_react_easy_state__["a" /* easyComp */])(Profile));
23908
23913
23909
23914
/***/ }),
23910
23915
/* 215 */
0 commit comments