Open josemarluedke opened 6 years ago
Can you double check if this is a duplicate of https://github.com/rwjblue/ember-angle-bracket-invocation-polyfill/issues/22, and if it is can you help us over there with a reproduction?
@rwjblue I managed to get an isolated reproduction with an error, it's not the same as what I reported above, but it is an error related to template only and angle bracket invocation polyfill.
Also, I don't believe it is the same problem as described in #22.
The error I'm getting now is the following:
TypeError: template.asLayout is not a function
I have made each commit a step by step to reproduce.
https://github.com/josemarluedke/--template-only-angle-brackets-bug
Awesome, thank you!
We ran into similar issues when using the template-only-glimmer-components
flag. Our app is temporarily stuck in Ember 3.1 and this error blocks us from using the polyfill.
capabilities
is undefined
which results in
Uncaught TypeError: Cannot read property 'dynamicLayout' of undefined
Given a template only component (enabled using optional features
template-only-glimmer-components
), since version 1.1.8 it does not render anymore. Prior version did work fine (1.1.7).Error:
TypeError: capabilities is undefined