V1Addon with ember-source@3.28 does not work with App with ember-source@v3.25
See original GitHub issueI think it’s because addons are resolving their capabilities local to them rather than the host app.
because setComponentTemplate
(used in the output of co-located components), is referenced as Ember._setComponentTemplate
in the app, and in the addon, referenced as: _component.setComponentTemplate
(an import from the module (and real modules don’t exist until ember-source@3.27)).
shouldn’t ember-cli-babel ignore whatever is going on in the addon, and determine ember-source version from the host app?
Issue Analytics
- State:
- Created 2 years ago
- Comments:14 (11 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Seems related to: https://github.com/emberjs/ember.js/issues/19700
yup, can do! 🎉
I have the same problem on 3.25.3