Skip to content

Fix (react-router) inconsistent handling of multiple consecutive redirects - #15392

Open
YogeshK05 wants to merge 3 commits into
remix-run:mainfrom
YogeshK05:main
Open

Fix (react-router) inconsistent handling of multiple consecutive redirects#15392
YogeshK05 wants to merge 3 commits into
remix-run:mainfrom
YogeshK05:main

Conversation

@YogeshK05

@YogeshK05 YogeshK05 commented Aug 11, 2026

Copy link
Copy Markdown

This pull request addresses an issue where multiple consecutive redirects were not handled consistently between navigations and fetchers in the react-router package. The main change ensures that consecutive redirects triggered by fetcher submissions are processed correctly, and that shouldRevalidate logic is applied as expected. A new test has been added to verify this behavior.

Bug fix #14450:

Testing improvements:

@YogeshK05 YogeshK05 changed the title Fix inconsistent handling of multiple consecutive redirects Fix (react-router) inconsistent handling of multiple consecutive redirects Aug 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Multiple consecutive redirects not handled consistently between navigations and fetchers

2 participants