Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upqueryParams and queryParamMap subscription not triggered when param has array with repeating values #37709
Labels
Milestone
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Affected Package
The issue is caused by package @angular/routerIs this a regression?
NoDescription
When a query param has array initially containing a repeating value (ex: item: [4, 4, 2]) and after changing the repeating value (item: [4, 3, 2]), queryParams observable or queryParamMap observable is not getting triggered.Steps to reproduce:
Expected: Should trigger queryParams observable handler whenever any value changes in query param
🔬 Minimal Reproduction
https://stackblitz.com/edit/angular-lwjmzkAngular Version:
Anything else relevant?