async-changeset
Rich Harris 7 months ago
parent 8c2106efbc
commit 06170f58fe

@ -375,7 +375,7 @@ export function client_component(analysis, options) {
...component_block.body,
b.if(b.call('$.aborted'), b.return()),
.../** @type {ESTree.Statement[]} */ (template.body),
b.stmt(b.call('$$unsuspend'))
b.stmt(b.call('$$unsuspend.unsuspend')) // TODO messy
])
);
body.async = true;

Loading…
Cancel
Save