-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Description
Hi,
a demo: https://ember-twiddle.com/650b6fb3657bf037a40170f3b1e74b84
Steps to reproduce (here's a quick video: https://v.usetapes.com/V0vlZepqbw):
- Use "My Route!" link.
- Click either "Set array" or "Set all" to update the
arrayparameter. - The
arrayparameter is now a string (and should remain an array).
Notes:
- "my-route" route uses application controller
controllerName: 'application'to access query parameters from the parent route/controller. - When you comment out
this.transitionTo('application')setting parameters will work as expected (arrayparameter remains an array). - "reset params" sets an empty array and that doesn't trigger the error.
- I've noticed the error after updating from Ember 2.4.1 to 2.4.5. I can confirm that 2.4.1 doesn't have this error.
Thanks,
Artur
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels