pierrickrouxel / ember-strap

DEPRECATED IN FAVOR OF https://github.com/kaliber5/ember-bootstrap
MIT License
15 stars 3 forks source link

ember 2.8 crashes at startup: Uncaught Error: Could not find module ember-htmlbars/keywords/view #9

Open nruth opened 7 years ago

nruth commented 7 years ago

Uncaught Error: Could not find module ember-htmlbars/keywords/view

Some view related things were removed in 2.6 and 2.8.

https://github.com/emberjs/ember.js/blob/master/CHANGELOG.md https://github.com/emberjs/ember.js/pull/13757 https://github.com/emberjs/ember.js/pull/13773 https://github.com/emberjs/ember.js/pull/13315

https://github.com/pierrickrouxel/ember-strap/blob/master/addon/ember-internals.js says // This gives us a non-deprecated view keyword which sounds like it silenced the deprecation warning instead of fixing it?

nruth commented 7 years ago

I think you may be able to replace {{es-view in templates/components/question-display.hbs with

{{component innerComponent hide="hide"}}

and remove the initializer code that loads up the deprecated es-view.

keanedawg commented 7 years ago

I'm still experiencing this issue in 2.14