The issues in the ember-beta errors were due to changes in ember-resolver - it seems that loading components from the app/templates/components directory may have changed. Anyway, moving these components into the app/components directory fixed the lookup issues. This also fixed the ember-canary tests 🎉 .
The issues in the
ember-beta
errors were due to changes in ember-resolver - it seems that loading components from theapp/templates/components
directory may have changed. Anyway, moving these components into theapp/components
directory fixed the lookup issues. This also fixed theember-canary
tests 🎉 .