-
Notifications
You must be signed in to change notification settings - Fork 36
Upgrade ember, ember-cli and ember-data #51
Conversation
When you do a search that returns no results and the {{else}} inside the {{each}} is invoked everything works fine. But if you reset the search and ember tries to re-render the list we get an exception and the list rendering stops.
Steps to reproduce:
Also tried to move to the syntax, but we need the I think we are suffering from issue emberjs/ember.js#11164. |
It is almost definitely emberjs/ember.js#11140, not emberjs/ember.js#11164 (unless you are using |
Yes you are right, we are not using |
emberjs/ember.js#11140 is now fixed in canary and fixed our original issue here. Went ahead and updated ember to canary, updated ember-cli to 0.2.7, and ember-data to 1.0.0-beta.18. I ran into issues with ember-data >= 1.0.0-beta.19 and |
Upgrade ember, ember-cli and ember-data
No description provided.