You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Query parameters are allowed to be repeated in URLs, e.g. status=PaidTrial&status=Paid. As far as I can tell, ember-parachute doesn't seem to offer a means of accessing these duplicate query parameters. I know it would be a pseudo-breaking change, but it would be great if duplicate query parameters would cause an array to be passed into deserialize rather than just passing in one of the params and ignoring the other.
The text was updated successfully, but these errors were encountered:
Query parameters are allowed to be repeated in URLs, e.g.
status=PaidTrial&status=Paid
. As far as I can tell, ember-parachute doesn't seem to offer a means of accessing these duplicate query parameters. I know it would be a pseudo-breaking change, but it would be great if duplicate query parameters would cause an array to be passed into deserialize rather than just passing in one of the params and ignoring the other.The text was updated successfully, but these errors were encountered: