question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Deprecated ember-get-helper

See original GitHub issue

Addon: ember-get-helper Repository: https://github.com/jmurphyau/ember-get-helper Notice from Author: ember-get-helper has been included in Ember 2.0. Use of this package is deprecated and support for Ember 2.0 will not be maintained.

Deprecation Warning This addon is used by ember-one-way controls and causing a deprecation warning with the current ember-cli version (2.6.x) and maybe with previous versions.

DEPRECATION: Overriding init without calling this._super is deprecated. Please call 'this._super.init && this._super.init.apply(this, arguments);' addon: ember-get-helper

Since ember-get-helper will no longer be maintained, this will result in an error and unusable addon in future ember versions.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
rwjbluecommented, Jun 20, 2016

We should still get the ember-get-helper addon updated to avoid the deprecation. Can you open an issue over there? I’ll try to update and release today…

0reactions
bcardarellacommented, Jul 27, 2016
Read more comments on GitHub >

github_iconTop Results From Across the Web

Ember Get Helper for HTMLBars - GitHub
ember-get-helper has been included in Ember 2.0. Use of this package is deprecated and support for Ember 2.0 will not be maintained.
Read more >
How to fix the deprecated Ember.Handlebars ...
Just assign it to Application: App.FormatCurrencyHelper = Ember.Helper.helper(function(params, hash) { var cents = params[0]; var currency ...
Read more >
deprecate - 4.9 - Ember API Documentation
A unique id for this deprecation. The id can be used by Ember debugging tools to change the behavior (raise, log or silence)...
Read more >
161- Sorting in Ember 2.0 (Replacing SortableMixin)
We used to sort our tables of data with the SortableMixin, but now in Ember 2.0, that's gone. That's too bad for the...
Read more >
EmberJS - access properties of an object by arbitrary key in a ...
ember-get-helper ... EmberJS - object proxying is deprecated - accessing property of a controller in template · Access Properties of JS Object on...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found