| 1132 | var u = { isMounted: function isMounted() { |
| 1133 | return !1; |
| 1134 | }, enqueueForceUpdate: function enqueueForceUpdate() {}, enqueueReplaceState: function enqueueReplaceState() {}, enqueueSetState: function enqueueSetState() {} };function v(a, b, d) { |
| 1135 | this.props = a;this.context = b;this.refs = p;this.updater = d || u; |
| 1136 | }v.prototype.isReactComponent = {};v.prototype.setState = function (a, b) { |
| 1137 | "object" !== (typeof a === "undefined" ? "undefined" : _typeof(a)) && "function" !== typeof a && null != a ? t("85") : void 0;this.updater.enqueueSetState(this, a, b, "setState"); |
| 1138 | };v.prototype.forceUpdate = function (a) { |
| 1139 | this.updater.enqueueForceUpdate(this, a, "forceUpdate"); |