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 b579caf commit 8528467Copy full SHA for 8528467
src/routes/(v2)/v2/issue-588/+page.svelte
@@ -25,7 +25,7 @@
25
26
<h3>Superforms testing ground</h3>
27
28
-<p>{data.count}</p>
+<p id="counter">{data.count}</p>
29
30
{#if $message}
31
<!-- eslint-disable-next-line svelte/valid-compile -->
0 commit comments