There seems to be a bug where if page loads with list.length =0 and an item is added to the list using unshift, the UI doesn't update but if the page loads with items in the list, then subsequent unshift updates the UI. I replaced {{#each list}} ..{{/each}} with {{#list}}..{{/list}} and it works just fine.
↧