Skip to content

Commit 3d95119

Browse files
authored
test(svelte-query/createInfiniteQuery): remove unused 'svelte-ignore state_snapshot_uncloneable' comments (#10449)
1 parent ee5b574 commit 3d95119

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

packages/svelte-query/tests/createInfiniteQuery/BaseExample.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
2424
$effect(() => {
2525
// @ts-expect-error
26-
// svelte-ignore state_snapshot_uncloneable
2726
states.value = [...untrack(() => states.value), $state.snapshot(query)]
2827
})
2928
</script>

packages/svelte-query/tests/createInfiniteQuery/SelectExample.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
2828
$effect(() => {
2929
// @ts-expect-error
30-
// svelte-ignore state_snapshot_uncloneable
3130
states.value = [...untrack(() => states.value), $state.snapshot(query)]
3231
})
3332
</script>

0 commit comments

Comments
 (0)