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: documentation/docs/20-core-concepts/20-load.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -416,7 +416,7 @@ export function load({ locals }) {
416
416
}
417
417
```
418
418
419
-
> Make sure you're not catching the thrown redirect, which results in a noop.
419
+
> Make sure you're not catching the thrown redirect, which would prevent SvelteKit from handling it.
420
420
421
421
In the browser, you can also navigate programmatically outside of a `load` function using [`goto`](modules#$app-navigation-goto) from [`$app.navigation`](modules#$app-navigation).
0 commit comments