(e, r, a)
| 419 | }, h = Object.assign, C = {}; |
| 420 | Object.freeze(C); |
| 421 | function _(e, r, a) { |
| 422 | this.props = e, this.context = r, this.refs = C, this.updater = a || s; |
| 423 | } |
| 424 | _.prototype.isReactComponent = {}, _.prototype.setState = function(e, r) { |
| 425 | if (typeof e != "object" && typeof e != "function" && e != null) |
| 426 | throw new Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables."); |