forked from testing-library/angular-testing-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 82e037e
committed
fix: query params with same keys are added to the collection
BREAKING CHANGE:
Query params on a router link with the same key are no longer overwriting the last value.
Instead they are added to an array.1 parent 3076885 commit 82e037e
1 file changed
+8
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
133 | - | ||
134 | - | ||
133 | + | ||
134 | + | ||
135 | + | ||
136 | + | ||
137 | + | ||
138 | + | ||
139 | + | ||
140 | + | ||
135 | 141 |
| |
136 | 142 |
| |
137 | 143 |
| |
|
0 commit comments