Skip to content

Commit f29c972

Browse files
authored
opt out of runes (#537)
1 parent eabcb20 commit f29c972

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/client/SuperDebug.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,8 @@
373373
$: debugData = assertStore(data, raw) ? data : readable(data);
374374
</script>
375375
376+
<svelte:options runes={false} />
377+
376378
{#if !styleInit}
377379
<style>
378380
.super-debug--absolute {

0 commit comments

Comments
 (0)