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 a333d4b commit b81c796Copy full SHA for b81c796
packages/svelte/src/internal/client/types.d.ts
@@ -40,7 +40,7 @@ export type ComponentContext = {
40
s: Record<string, unknown>;
41
/** accessors */
42
a: Record<string, any> | null;
43
- /** effectgs */
+ /** effects */
44
e: null | Array<EffectSignal>;
45
/** mounted */
46
m: boolean;
0 commit comments