diff --git a/.changeset/smooth-elephants-mate.md b/.changeset/smooth-elephants-mate.md new file mode 100644 index 00000000..355851af --- /dev/null +++ b/.changeset/smooth-elephants-mate.md @@ -0,0 +1,5 @@ +--- +"svelte-eslint-parser": patch +--- + +feat: update type of $props rune diff --git a/explorer-v2/src/lib/MonacoEditor.svelte b/explorer-v2/src/lib/MonacoEditor.svelte index 11a1121a..1b9edf52 100644 --- a/explorer-v2/src/lib/MonacoEditor.svelte +++ b/explorer-v2/src/lib/MonacoEditor.svelte @@ -238,10 +238,13 @@ {#await loading} {#if started} -
+ {/if} {:then} - + {/await}