pull/17120/head
Simon Holthausen 2 weeks ago
parent eb0845e365
commit bf356a1384

@ -1,7 +1,7 @@
<script>
import Child from './Child.svelte';
await 1;
await Promise.resolve();
let ref = $state(null);

@ -1,7 +1,7 @@
<script>
import Child from './Child.svelte';
await 1;
await Promise.resolve();
let value = 'value';
</script>

Loading…
Cancel
Save