machty / emblem.js

Emblem.js - Ember-friendly, indented syntax alternative for Handlebars.js
http://emblemjs.com
MIT License
1.04k stars 81 forks source link

TypeError: Cannot read property 'original' of undefined #200

Closed bnetter closed 9 years ago

bnetter commented 9 years ago

Hey @machty,

First of all, thank you for your work on Emblem, we love it.

BUT, we're running into a strange behavior with the latest version of Emblem (0.3.19). When trying to compile this file:

header-bar
  div this is not working

We're having this issue:

 TypeError: Cannot read property 'original' of undefined

Basically, wrapping content in a component (see EmberJS documentation) is not working anymore. It used to work perfectly on Emblem 0.3.18.