We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb7b79 commit 35e4023Copy full SHA for 35e4023
packages/svelte/tests/runtime-runes/samples/state-onchange-reassign-proxy/main.svelte
@@ -24,7 +24,4 @@
24
<button onclick={()=> b.count++}>{b.count}</button>
25
<button onclick={()=> c.count++}>{c.count}</button>
26
27
-<!-- click this button, then click the b and c buttons. in theory
28
- you should see either 'b changed' or 'c changed', but
29
- instead clicking b causes both -->
30
<button onclick={() => c = { count: c.count }}>unlink</button>
0 commit comments