(props)
| 22829 | */ var DelayedRender = /** @class */ function(_super) { |
| 22830 | (0, _tslib.__extends)(DelayedRender1, _super); |
| 22831 | function DelayedRender1(props) { |
| 22832 | var _this = _super.call(this, props) || this; |
| 22833 | _this.state = { |
| 22834 | isRendered: false |
| 22835 | }; |
| 22836 | return _this; |
| 22837 | } |
| 22838 | DelayedRender1.prototype.componentDidMount = function() { |
| 22839 | var _this = this; |
| 22840 | var delay = this.props.delay; |
nothing calls this directly
no outgoing calls
no test coverage detected