()
| 11169 | }); |
| 11170 | } |
| 11171 | disconnectedCallback() { |
| 11172 | reactivity2.stopElementEffects(this); |
| 11173 | runtime2.cleanup(this); |
| 11174 | this._hypercomp_initialized = false; |
| 11175 | this._hypercomp_stamped = false; |
| 11176 | } |
| 11177 | _setupReactiveEffect(source) { |
| 11178 | var self2 = this; |
| 11179 | reactivity2.createEffect( |
nothing calls this directly
no test coverage detected