Update packages/svelte/src/compiler/phases/3-transform/server/visitors/EachBlock.js

pull/16781/head
Rich Harris 4 weeks ago committed by GitHub
parent 3eb704dc35
commit 04445d40d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -45,7 +45,7 @@ export function EachBlock(node, context) {
);
if (node.fallback) {
const open = b.stmt(b.call(b.member(b.id('$$payload'), b.id('push')), block_open));
const open = b.stmt(b.call(b.id('$$payload.push'), block_open));
const fallback = /** @type {BlockStatement} */ (context.visit(node.fallback));

Loading…
Cancel
Save