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 3326dd6 commit 3372f7fCopy full SHA for 3372f7f
packages/repl/src/lib/Output/AstNode.svelte
@@ -24,7 +24,7 @@
24
25
const { toggleable } = get_repl_context();
26
27
- let list_item_el: HTMLLIElement = $state();
+ let list_item_el = $state() as HTMLLIElement;
28
29
let is_root = $derived(path_nodes[0] === value);
30
let is_leaf = $derived(path_nodes[path_nodes.length - 1] === value);
0 commit comments