anilmaurya / ember-inplace-edit

Ember cli addon for inplace editing
http://anilmaurya.github.io/ember-inplace-edit
MIT License
8 stars 7 forks source link

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 (/Users/.../…/.../node_modules/ember-cli/lib/models/addon.js:1009:27) #7

Open rinoldsimon opened 8 years ago

rinoldsimon commented 8 years ago

Ember : 2.7.0 ember-cli-htmlbars: 1.0.10

Your addon is locked to an older version of ember-cli-htmlbars.

Take a look at it !

npm ls ember-cli-htmlbars

ember-cli-htmlbars@1.0.10 
 └── ember-inplace-edit@0.1.1
    └── ember-cli-htmlbars@0.7.9 

Please update ember-cli-htmlbars@0.7.9 in your addon to higher version which supports ember-cli 2.7.0

anilmaurya commented 8 years ago

@rinoldsimon Thank you for reporting, If you can submit a pull request with desired changes then it will help to fix it earlier. 🙂

rinoldsimon commented 8 years ago

@anilmaurya did the issue has been resolved ?

anilmaurya commented 8 years ago

@rinoldsimon Not yet, are you looking into it ?

rinoldsimon commented 8 years ago

No I'm not working in it

On 22-Aug-2016 12:04 pm, "Anil Kumar Maurya" notifications@github.com wrote:

@rinoldsimon https://github.com/rinoldsimon Not yet, are you looking into it ?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/anilmaurya/ember-inplace-edit/issues/7#issuecomment-241325464, or mute the thread https://github.com/notifications/unsubscribe-auth/AGqiTCUQZB811RUtj8a3cgaL1KijBhdeks5qiULZgaJpZM4JjEQv .

anilmaurya commented 8 years ago

@rinoldsimon its only depreciation warning ? Or you are blocked in using ember-inplace-edit.

rinoldsimon commented 8 years ago

Yes it's only deprecation warning

On 22-Aug-2016 12:33 pm, "Anil Kumar Maurya" notifications@github.com wrote:

@rinoldsimon https://github.com/rinoldsimon its only depreciation warning ? Or you are blocked in using ember-inplace-edit.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/anilmaurya/ember-inplace-edit/issues/7#issuecomment-241329755, or mute the thread https://github.com/notifications/unsubscribe-auth/AGqiTJ8V6nVctvVwCi7MnuXMHypQlA3_ks5qiUmygaJpZM4JjEQv .

anilmaurya commented 8 years ago

Ok, I'll fix this in some time.

Thanks for quick response. 🙂