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