We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4533ecb commit 29500fcCopy full SHA for 29500fc
packages/svelte/tests/snapshot/samples/nullish-coallescence-omittance/_expected/client/index.svelte.js
@@ -26,7 +26,7 @@ export default function Nullish_coallescence_omittance($$anchor) {
26
27
var h1_1 = $.sibling(button, 2);
28
29
- h1_1.textContent = 'Hello, world!';
+ h1_1.textContent = 'Hello, world';
30
$.template_effect(() => $.set_text(text, `Count is ${$.get(count) ?? ''}`));
31
$.append($$anchor, fragment);
32
}
0 commit comments