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
The sorting using Ember.computed.sort seems to be broken in 2.16. I had it working in 2.14 and since my upgrade, it's silently failing to sort.
There is already an issue on sort (#13037, computed.sort works incorrectly with empty sort properties array #13037), but it's not the same I'm experiencing.
Hi Guys,
The sorting using Ember.computed.sort seems to be broken in 2.16. I had it working in 2.14 and since my upgrade, it's silently failing to sort.
There is already an issue on sort (#13037, computed.sort works incorrectly with empty sort properties array #13037), but it's not the same I'm experiencing.
I have created a demo for both scenarios:
Sorting with Ember.computed.sort working in 2.14.1: https://ember-twiddle.com/376dab39e1adfd11e93499049b035c41
Sorting with Ember.computed.sort broken in 2.16.0: https://ember-twiddle.com/f6ad4dfab81aa0989268596b0d88c38a
Thanks!
The text was updated successfully, but these errors were encountered: