Skip to content

Commit 55e058f

Browse files
committed
fix: improve global transition handling of effect cleardown
1 parent 85aa074 commit 55e058f

File tree

1 file changed

+0
-1
lines changed
  • packages/svelte/tests/runtime-runes/samples/dynamic-component-transition

1 file changed

+0
-1
lines changed

packages/svelte/tests/runtime-runes/samples/dynamic-component-transition/_config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export default test({
1313

1414
assert.htmlEqual(target.innerHTML, `<h1>Outside</h1><button>Hide</button>`);
1515

16-
debugger;
1716
raf.tick(100);
1817

1918
assert.htmlEqual(target.innerHTML, `<h1>Outside</h1>`);

0 commit comments

Comments
 (0)