elliott/boundary-issues
S. Elliott Johnson 11 months ago
parent 32b51b286c
commit 602b885bc6

@ -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>

Loading…
Cancel
Save