blockless
Rich Harris 12 months ago
parent 582c4d1e37
commit 35bec17bd6

@ -340,7 +340,7 @@ export function destroy_effect(effect) {
*/
export function resume_effect(effect) {
if ((effect.f & DERIVED) === 0 && (effect.f & MANAGED) === 0) {
execute_effect(effect);
execute_effect(/** @type {import('../types.js').EffectSignal} */ (effect));
}
if (effect.r) {

Loading…
Cancel
Save