You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
Getting a deprecation warning with ember-cli 2.12.0 because of ember-cli-htmlbars.
DEPRECATION: Overriding init without calling this._super is deprecated. Please call
this._super.init && this._super.init.apply(this, arguments);addon:
ember-cli-htmlbarsat Function.Addon.lookup (/home/vagrant/sourcecode/sportsline-ui/ember-app/node_modules/ember-cli/lib/models/addon.js:1616:27)
This is due to ember-cli-bless requiring an older version of htmlbars that uses deprecated init methods.
├─┬ [email protected] │ └── [email protected]
The text was updated successfully, but these errors were encountered: