Skip to content
This repository was archived by the owner on Apr 9, 2024. It is now read-only.
This repository was archived by the owner on Apr 9, 2024. It is now read-only.

Deprecation warning due to ember-cli-htmlbars@1.2.0 #4

@kklopfenstein

Description

@kklopfenstein

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-htmlbars at 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.

├─┬ ember-cli-bless@0.1.1 │ └── ember-cli-htmlbars@0.7.10

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions