()
| 199 | } |
| 200 | |
| 201 | disconnectedCallback() { |
| 202 | reactivity.stopElementEffects(this); |
| 203 | runtime.cleanup(this); |
| 204 | this._hypercomp_initialized = false; |
| 205 | this._hypercomp_stamped = false; |
| 206 | } |
| 207 | |
| 208 | _setupReactiveEffect(source) { |
| 209 | var self = this; |
nothing calls this directly
no test coverage detected