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: take from into account when building urls #1595

Merged
merged 3 commits into from
May 15, 2024

Conversation

TkDodo
Copy link
Contributor

@TkDodo TkDodo commented May 15, 2024

No description provided.

Copy link

nx-cloud bot commented May 15, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit bcacb4b. 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.

@@ -919,7 +919,7 @@ export class Router<
} = {},
matches?: Array<MakeRouteMatch<TRouteTree>>,
): ParsedLocation => {
let fromPath = this.latestLocation.pathname
let fromPath = dest.from || this.latestLocation.pathname
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the fix - the rest is tests :)

@SeanCassiere SeanCassiere merged commit fa25b3c into main May 15, 2024
7 checks passed
@SeanCassiere SeanCassiere deleted the feature/relative-link-navigations branch May 15, 2024 22:39
TkDodo added a commit that referenced this pull request May 16, 2024
TkDodo added a commit that referenced this pull request May 16, 2024
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.

None yet

3 participants