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 0fb0887 commit 2f3d319Copy full SHA for 2f3d319
package.json
@@ -18,7 +18,7 @@
18
},
19
"devDependencies": {
20
"svelte": "^3.38.2",
21
- "svelte-check": "^1.6.0",
+ "svelte-check": "^2.1.0",
22
"svelte-readme": "^3.1.0"
23
24
"repository": {
test/Radio.test.svelte
@@ -4,6 +4,7 @@
4
let value = "1";
5
</script>
6
7
+<!-- svelte-ignore missing-declaration -->
8
<RadioGroup label="Group label" bind:value>
9
<Radio label="Label 1" value="1" />
10
<Radio label="Label 2" value="2" />
0 commit comments