Update packages/svelte/src/compiler/phases/3-transform/client/visitors/shared/utils.js

pull/16100/head
Simon H 3 months ago committed by GitHub
parent f6c2433298
commit d2932a5709
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -378,6 +378,7 @@ export function build_expression(context, expression, metadata, state = context.
return value;
}
// Legacy reactivity is coarse-grained, looking at the statically visible dependencies. Replicate that here
const sequence = b.sequence([]);
for (const binding of metadata.references) {

Loading…
Cancel
Save