ember-fastboot / ember-fastboot/ember-cli-fastboot
#each not getting rendered in nodeJs
- Dominant language
- JavaScript
- Stars
- 850
- Forks
- 161
- Avg merge
- 17h 45m
- Merged PRs (30d)
- 19
Description
I was trying out ember fast-boot on the super-rentals web app, and now all the texts are compiled in server and fed back to the browser except the list you can see in the image below.

Only when I hard code the list in html, it works but when I'm using #each helpers, it doesn't render them in the server for some reason.
Below you can see a screenshot when its clearly visible that the <**ul class="results"**> element wasn't fetched from the server.

Am I missing something?
Contributor guide
Assessment
This issue has not been assessed yet.