We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ea789 commit 223bfc3Copy full SHA for 223bfc3
packages/repl/src/lib/Output/console/ConsoleLine.svelte
@@ -9,7 +9,7 @@
9
depth?: number;
10
}
11
12
- let { log = $bindable(), depth = 0 }: Props = $props();
+ let { log, depth = 0 }: Props = $props();
13
14
function toggle_group_collapse() {
15
log.collapsed = !log.collapsed;
0 commit comments