Skip to content

Commit 602b885

Browse files
better
1 parent 32b51b2 commit 602b885

File tree

1 file changed

+0
-6
lines changed
  • packages/svelte/tests/runtime-runes/samples/error-boundary-23

1 file changed

+0
-6
lines changed

packages/svelte/tests/runtime-runes/samples/error-boundary-23/test.svelte

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,3 @@
1313
<button onclick={() => count++}>Increment</button>
1414
{count} / {test}
1515
</svelte:boundary>
16-
17-
<svelte:boundary onerror={(e) => {console.log('error caught 2')}}>
18-
<div>Count: {count}</div>
19-
<button onclick={() => count++}>Increment</button>
20-
{count} / {test}
21-
</svelte:boundary>

0 commit comments

Comments
 (0)