Skip to content

Commit 2fc1226

Browse files
authored
Merge pull request #779 from maiieul/ignore-preview-checkbox-ts-error
chore(styled checkbox): @ts-expect-error data-binding example
2 parents 308d85a + 6186a82 commit 2fc1226

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/website/src/routes/docs/styled/checkbox/examples/data-binding.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export default component$(() => {
66
return (
77
<div>
88
<div class="flex items-center space-x-2">
9+
{/* @ts-expect-error https://github.com/QwikDev/qwik/pull/6398 */}
910
<Checkbox id="terms" bind:checked={checkedSig} />
1011
<div>
1112
<Label for="terms">Accept terms and conditions</Label>

0 commit comments

Comments
 (0)