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

fix(react-router): route context being undefined after a redirect #1599

Merged
merged 4 commits into from
May 16, 2024

Conversation

SeanCassiere
Copy link
Contributor

@SeanCassiere SeanCassiere commented May 16, 2024

Implementing the fix as pointed out by @freshgiammi in this comment, where after a redirection the route context could be undefined after a redirection.

Also, made sure the test cases failed before getting them to pass again.

Fixes #1531

@SeanCassiere SeanCassiere changed the title fix(react-router): route context being undefined after a redirect fix(react-router): route context being undefined after a redirect May 16, 2024
Copy link

nx-cloud bot commented May 16, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit e08bc70. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 2 targets

Sent with 💌 from NxCloud.

@SeanCassiere SeanCassiere marked this pull request as ready for review May 16, 2024 00:57
@SeanCassiere SeanCassiere merged commit 843aca7 into main May 16, 2024
7 checks passed
@SeanCassiere SeanCassiere deleted the fix-1531 branch May 16, 2024 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Context is undefined after redirect
1 participant