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 7de3759 commit 727bc37Copy full SHA for 727bc37
contributors.yml
@@ -71,6 +71,7 @@
71
- coryhouse
72
- ctnelson1997
73
- cvbuelow
74
+- dadamssg
75
- damianstasik
76
- danielberndt
77
- daniilguit
docs/how-to/headers.md
@@ -47,7 +47,7 @@ export async function loader({ params }: LoaderArgs) {
47
48
### 2. Return from `headers` export
49
50
-Headers from loaders and actions are not sent in a hidden way, you must return them from the `headers` export.
+Headers from loaders and actions are not sent automatically. You must explicitly return them from the `headers` export.
51
52
```tsx
53
export function headers({
0 commit comments