Skip to content

Commit f31b28f

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

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,3 @@
88
{#if show}
99
<button onclick={()=> show = false} transition:fade|global={{ duration: 100 }}>Hide</button>
1010
{/if}
11-
12-

0 commit comments

Comments
 (0)