pull/15844/head
Rich Harris 3 months ago
parent b61a081dcc
commit 8a245586ed

@ -26,7 +26,7 @@ export function CallExpression(node, context) {
}
if (rune === '$effect.pending') {
return b.false;
return b.literal(0);
}
if (rune === '$state' || rune === '$state.raw') {

Loading…
Cancel
Save