Skip to content

Commit d7163e6

Browse files
Update packages/svelte/src/internal/client/runtime.js
Co-authored-by: Elliott Johnson <[email protected]>
1 parent 31f9eb9 commit d7163e6

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)