-
Notifications
You must be signed in to change notification settings - Fork 26.3k
fix(router): state data missing in routerLink #33203
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(router): state data missing in routerLink #33203
Conversation
Fixes 33173
presubmit shows we'll need to update some tests when we sync. Running global presubmit now. edit: global is now green. |
This reverts commit de67978.
Hi @santoshyadav198613, the commit for this PR is being reverted since it's missing a test. Could you please open a new PR an add a test similar to this one: angular/packages/router/test/integration.spec.ts Lines 2022 to 2050 in 716d50a
|
@santoshyadav198613 unfortunately we couldn't keep the commit in master because there were no tests for this patch. Can some tests be added. I believe @atscott will help look into this. |
Sure let me add the test case, will open a new PR. |
Fixed in #36462 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Fixes 33173
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: #33173
What is the new behavior?
Does this PR introduce a breaking change?
Other information