Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(remix-server-runtime): inherit parent route's headers if child route doesn't export headers #5473

Merged

Commits on May 16, 2023

  1. Proposal: v2_headers flag to inherit parentHeaders

    I've found it very surprising and have been bitten a few times that a parent route's headers are not automatically used by a child route when that child route does not export its own `headers`. This proposes doing just that for v2 since this would be a breaking change.
    appden authored and MichaelDeBoey committed May 16, 2023
    Configuration menu
    Copy the full SHA
    6763cad View commit details
    Browse the repository at this point in the history