()
| 88275 | var EMPTY_PROPS = Object.freeze({}); |
| 88276 | var ComponentState = function() { |
| 88277 | function ComponentState1() { |
| 88278 | var component = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null; |
| 88279 | (0, _classCallCheckDefault.default)(this, ComponentState1); |
| 88280 | this.component = component; |
| 88281 | this.asyncProps = {}; |
| 88282 | this.onAsyncPropUpdated = function() {}; |
| 88283 | this.oldProps = EMPTY_PROPS; |
| 88284 | this.oldAsyncProps = null; |
| 88285 | } |
| 88286 | (0, _createClassDefault.default)(ComponentState1, [ |
| 88287 | { |
| 88288 | key: "getOldProps", |
nothing calls this directly
no outgoing calls
no test coverage detected