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 19556aa commit 294946aCopy full SHA for 294946a
packages/repl/src/lib/Output/PaneWithPanel.svelte
@@ -26,7 +26,7 @@
26
27
let previous_pos = Math.min(normalize(pos), 70);
28
29
- let container: HTMLElement = $state();
+ let container: HTMLElement;
30
31
// we can't bind to the spring itself, but we
32
// can still use the spring to drive `pos`
0 commit comments