You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/svelte/src/ambient.d.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -240,12 +240,12 @@ declare namespace $effect {
240
240
/**
241
241
* The `$effect.active` rune is an advanced feature that indicates whether an effect or async `$derived` can be created in the current context.
242
242
* Effects and async deriveds can only be created in root effects, which are created during component setup, or can be programmatically created via `$effect.root`.
* The `$effect.active` rune is an advanced feature that indicates whether an effect or async `$derived` can be created in the current context.
3316
3316
* Effects and async deriveds can only be created in root effects, which are created during component setup, or can be programmatically created via `$effect.root`.
0 commit comments