Skip to content

Commit 7d15dd3

Browse files
committed
Merge branch 'async' of github.com:sveltejs/svelte into async
2 parents 379526b + d7163e6 commit 7d15dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/internal/client/runtime.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ export function update_reaction(reaction) {
303303
}
304304

305305
if (reaction.ac !== null) {
306-
reaction.ac?.abort(STALE_REACTION);
306+
reaction.ac.abort(STALE_REACTION);
307307
reaction.ac = null;
308308
}
309309

0 commit comments

Comments
 (0)