adopted-ember-addons / ember-cli-hot-loader

An early look at what hot reloading might be like in the ember ecosystem
MIT License
99 stars 13 forks source link

[slashed-components] regression fix #101

Closed lifeart closed 6 years ago

lifeart commented 6 years ago

fix for https://github.com/toranb/ember-cli-hot-loader/pull/99

Main idea is - we need to return resolved value in template case only if (and):

toranb commented 6 years ago

@lifeart ah great work! You mind squashing this down to a single commit before we merge it?