Skip to content

Commit 3372f7f

Browse files
committed
lint
1 parent 3326dd6 commit 3372f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/repl/src/lib/Output/AstNode.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
2525
const { toggleable } = get_repl_context();
2626
27-
let list_item_el: HTMLLIElement = $state();
27+
let list_item_el = $state() as HTMLLIElement;
2828
2929
let is_root = $derived(path_nodes[0] === value);
3030
let is_leaf = $derived(path_nodes[path_nodes.length - 1] === value);

0 commit comments

Comments
 (0)