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 d77602b commit 0864471Copy full SHA for 0864471
packages/match/README.md
@@ -41,6 +41,7 @@ const [value, setValue] = s.createSignal<MyUnion>({kind: 'foo', foo: 'foo-value'
41
foo: v => <>{v().foo}</>,
42
bar: v => <>{v().bar}</>,
43
}} />
44
+```
45
46
## Demo
47
0 commit comments