Merge branch 'async' of github.com:sveltejs/svelte into async

pull/15844/head
Rich Harris 3 months ago
commit 7d15dd341d

@ -303,7 +303,7 @@ export function update_reaction(reaction) {
}
if (reaction.ac !== null) {
reaction.ac?.abort(STALE_REACTION);
reaction.ac.abort(STALE_REACTION);
reaction.ac = null;
}

Loading…
Cancel
Save