Hi, I can get components in subdirectories to work in blockless form but not in block form with a yield. It looks like the handlebars compiler is failing on the closing tag because of the extra slash…
so
{{my-cmp/subcmp}}
works just fine in an ember-cli setup at least
but {{#my-cmp/subcmp}}test{{/my-cmp/subcmp}}
doesn’t compile…
broccoli error msg is:
Build failed.
Cannot read property '1' of null
Anybody already solved this problem?