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

pull/13184/head
Simon H 2 years ago committed by GitHub
parent 9b164b2fe6
commit 722611ea3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -198,7 +198,7 @@ export function check_dirtiness(reaction) {
// If we are working with an unowned signal as part of an effect (due to !current_skip_reaction) // If we are working with an unowned signal as part of an effect (due to !current_skip_reaction)
// and the version hasn't changed, we still need to check that this reaction // and the version hasn't changed, we still need to check that this reaction
// 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.
if ( if (
is_unowned && is_unowned &&
current_effect !== null && current_effect !== null &&

Loading…
Cancel
Save