|
|
|
|
@ -13,9 +13,3 @@
|
|
|
|
|
<button onclick={() => count++}>Increment</button>
|
|
|
|
|
{count} / {test}
|
|
|
|
|
</svelte:boundary>
|
|
|
|
|
|
|
|
|
|
<svelte:boundary onerror={(e) => {console.log('error caught 2')}}>
|
|
|
|
|
<div>Count: {count}</div>
|
|
|
|
|
<button onclick={() => count++}>Increment</button>
|
|
|
|
|
{count} / {test}
|
|
|
|
|
</svelte:boundary>
|
|
|
|
|
|