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
- <spanclass="tag deprecated">deprecated</span> This method only exists when using one of the legacy compatibility helpers, which
141
-
is a stop-gap solution. See https://svelte.dev/docs/svelte/v5-migration-guide#Components-are-no-longer-classes
141
+
is a stop-gap solution. See [migration guide](https://svelte.dev/docs/svelte/v5-migration-guide#Components-are-no-longer-classes)
142
142
for more info.
143
143
144
144
</div>
@@ -174,7 +174,7 @@ class SvelteComponentTyped<
174
174
175
175
<blockquoteclass="tag deprecated note">
176
176
177
-
Use `$effect` instead — see https://svelte.dev/docs/svelte/$effect
177
+
Use [`$effect`](https://svelte.dev/docs/svelte/$effect) instead
178
178
179
179
</blockquote>
180
180
@@ -198,7 +198,7 @@ function afterUpdate(fn: () => void): void;
198
198
199
199
<blockquoteclass="tag deprecated note">
200
200
201
-
Use `$effect.pre` instead — see https://svelte.dev/docs/svelte/$effect#$effect.pre
201
+
Use [`$effect.pre`](https://svelte.dev/docs/svelte/$effect#$effect.pre) instead
202
202
203
203
</blockquote>
204
204
@@ -222,7 +222,7 @@ function beforeUpdate(fn: () => void): void;
222
222
223
223
<blockquoteclass="tag deprecated note">
224
224
225
-
Use callback props and/or the `$host()` rune instead — see https://svelte.dev/docs/svelte/v5-migration-guide#Event-changes-Component-events
225
+
Use callback props and/or the `$host()` rune instead — see [migration guide](https://svelte.dev/docs/svelte/v5-migration-guide#Event-changes-Component-events)
226
226
227
227
</blockquote>
228
228
@@ -553,13 +553,13 @@ interface Component<
553
553
): {
554
554
/**
555
555
* @deprecated This method only exists when using one of the legacy compatibility helpers, which
556
-
* is a stop-gap solution. See https://svelte.dev/docs/svelte/v5-migration-guide#Components-are-no-longer-classes
556
+
* is a stop-gap solution. See [migration guide](https://svelte.dev/docs/svelte/v5-migration-guide#Components-are-no-longer-classes)
0 commit comments