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.

DEPRECATION: `Ember.Binding` is deprecated. ?

See original GitHub issue

I’m using:

$ ember -v
ember-cli: 2.7.0
node: 4.4.7
os: linux x64

using remote-pagination and got:

DEPRECATION: `Ember.Binding` is deprecated. Consider using an `alias` computed property instead. [deprecation id: ember-metal.binding] See http://emberjs.com/deprecations/v2.x#toc_ember-binding for more details.

any solutions?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:3
  • Comments:27

github_iconTop GitHub Comments

2reactions
jme783commented, Sep 14, 2016

Any updates on this?

2reactions
broersecommented, Aug 12, 2016

@SaladFork Thanks! Will start this weekend with the upgrade.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Deprecations Added in Ember 2.x
Ember.Binding has not been needed for some time and is deprecated in favor of computed properties and services (depending on what you were...
Read more >
Deprecation Cleanup for 4.0 · Issue #19617 · emberjs/ember.js
It's a fairly low-impact deprecation, in that the change required is a one-line change in the config. More details in that PR and...
Read more >
Input helper valueBinding is deprecated - what's the alternative?
I just upgraded Ember to 1.11.0 and now get this deprecation warning: DEPRECATION: You're attempting to render a view by passing valueBinding to ......
Read more >
0706-deprecate-ember-global
The primary motivation for deprecating the global object is for tree shaking purposes. Because the global object is assigned eagerly to window.Ember whenever ......
Read more >
JavaScript ember-metal/debug deprecate Examples
SafeString is deprecated in favor of Ember. ... -7); deprecate( `You're using legacy binding syntax: ${key}=${exprToString(value)} ${sourceInformation}.
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