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 5a1ca08 commit 226dbbdCopy full SHA for 226dbbd
contributors.yml
@@ -102,6 +102,7 @@
102
- focusotter
103
- foxscotch
104
- frontsideair
105
+- fucancode
106
- fyzhu
107
- fz6m
108
- gaspard
docs/start/framework/navigating.md
@@ -126,7 +126,7 @@ Forms with `<Form method="post" />` will also navigate to the action prop but wi
126
127
## redirect
128
129
-Inside of route loaders and actions, you can `redirect` to another URL.
+Inside of route loaders and actions, you can return a `redirect` to another URL.
130
131
```tsx
132
import { redirect } from "react-router";
0 commit comments