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: apps/svelte.dev/content/docs/svelte/98-reference/20-svelte.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -152,7 +152,7 @@ for more info.
152
152
153
153
<blockquoteclass="tag deprecated note">
154
154
155
-
Use `Component` instead. See [migration guide](https://svelte.dev/docs/svelte/v5-migration-guide#Components-are-no-longer-classes) for more information.
155
+
Use `Component` instead. See [migration guide](/docs/svelte/v5-migration-guide#Components-are-no-longer-classes) for more information.
156
156
157
157
</blockquote>
158
158
@@ -174,7 +174,7 @@ class SvelteComponentTyped<
174
174
175
175
<blockquoteclass="tag deprecated note">
176
176
177
-
Use [`$effect`](https://svelte.dev/docs/svelte/$effect) instead
177
+
Use [`$effect`](/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`](https://svelte.dev/docs/svelte/$effect#$effect.pre) instead
201
+
Use [`$effect.pre`](/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 [migration guide](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](/docs/svelte/v5-migration-guide#Event-changes-Component-events)
226
226
227
227
</blockquote>
228
228
@@ -597,7 +597,7 @@ The custom element version of the component. Only present if compiled with the `
597
597
598
598
In Svelte 4, components are classes. In Svelte 5, they are functions.
599
599
Use `mount` instead to instantiate components.
600
-
See [migration guide](https://svelte.dev/docs/svelte/v5-migration-guide#Components-are-no-longer-classes)
600
+
See [migration guide](/docs/svelte/v5-migration-guide#Components-are-no-longer-classes)
0 commit comments