We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b164b2 commit 722611eCopy full SHA for 722611e
packages/svelte/src/internal/client/runtime.js
@@ -198,7 +198,7 @@ export function check_dirtiness(reaction) {
198
199
// If we are working with an unowned signal as part of an effect (due to !current_skip_reaction)
200
// and the version hasn't changed, we still need to check that this reaction
201
- // if linked to the dependency source – otherwise future updates will not be caught.
+ // is linked to the dependency source – otherwise future updates will not be caught.
202
if (
203
is_unowned &&
204
current_effect !== null &&
0 commit comments