()
| 87869 | var counter = 0; |
| 87870 | var Component = function() { |
| 87871 | function Component1() { |
| 87872 | (0, _classCallCheckDefault.default)(this, Component1); |
| 87873 | this.props = (0, _createProps.createProps).apply(this, arguments); |
| 87874 | this.id = this.props.id; |
| 87875 | this.count = counter++; |
| 87876 | this.lifecycle = (0, _constants.LIFECYCLE).NO_STATE; |
| 87877 | this.parent = null; |
| 87878 | this.context = null; |
| 87879 | this.state = null; |
| 87880 | this.internalState = null; |
| 87881 | Object.seal(this); |
| 87882 | } |
| 87883 | (0, _createClassDefault.default)(Component1, [ |
| 87884 | { |
| 87885 | key: "clone", |
nothing calls this directly
no outgoing calls
no test coverage detected