mirror of https://github.com/sveltejs/svelte
parent
4d5209c511
commit
b8fc364dbd
@ -1,6 +1,6 @@
|
|||||||
<script>
|
<script>
|
||||||
let { double } = $props();
|
let { double } = $props();
|
||||||
double; // forces derived into UNOWNED mode
|
double; // derived is first read outside an active_reaction
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<p>{double}</p>
|
<p>{double}</p>
|
||||||
|
|||||||
Loading…
Reference in new issue