()
| 24522 | return this.addStumpCodeMessageToLog(pre) |
| 24523 | } |
| 24524 | unmount() { |
| 24525 | if ( |
| 24526 | !this.isMounted() // todo: why do we need this check? |
| 24527 | ) |
| 24528 | return undefined |
| 24529 | this._getChildParticleComponents().forEach(subparticle => subparticle.unmount()) |
| 24530 | this.particleComponentWillUnmount() |
| 24531 | this._removeCss() |
| 24532 | this._removeHtml() |
| 24533 | delete this._lastRenderedTime |
| 24534 | this.particleComponentDidUnmount() |
| 24535 | } |
| 24536 | _removeHtml() { |
| 24537 | this._htmlStumpParticle.removeStumpParticle() |
| 24538 | delete this._htmlStumpParticle |
no test coverage detected