diff --git a/docs/how-to/headers.md b/docs/how-to/headers.md index 5591494880..4607b3fba3 100644 --- a/docs/how-to/headers.md +++ b/docs/how-to/headers.md @@ -58,6 +58,8 @@ export function headers({ } ``` +One notable exception is `Set-Cookie` headers, which are automatically preserved from `headers`, `loader`, and `action` in parent routes, even without exporting `headers` from the child route. + ## Merging with parent headers Consider these nested routes